Html Css Color HEX #720192 Purple

📋 copy color: '#720192'

red 114 ◦ green 1 ◦ blue 146

#720192
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #720192

Tints of Purple #720192

RGB

 RED value IS 114 (44.92% from 255) = 43.68%

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 146 (57.42% from 255) = 55.94%

R = 43.68%
G = 0.38%
B = 55.94%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#720192 (or 0x720192) is known color: Purple. HEX triplet: 72, 01 and 92. RGB value is (114,1,146). Sum of RGB (Red+Green+Blue) = 114+1+146=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #720192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720192 is #8DFE6D. Grayscale: #323232. Windows color (decimal): -9305710 or 9568626. OLE color: 9568626.

HSL color Cylindrical-coordinate representation of color #720192: hue angle of 286.76º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720192 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 1 146 -
CMYK 0.22 0.99 0 0.43
HSL 286.76º 0.99% 0.29% -
HSV(B) 286.76º 0.99% 0.57% -
XYZ 12.14 5.67 27.65 -
YUV 51.32 181.44 172.71 -
System Red Green Blue C M Y K H S L
Decimal 114 1 146 0.22 0.99 0 0.43 286.76 0.99 0.29
Hex 72 1 92 16 63 0 2B 11F 63 1D
Octal 162 1 222 26 143 0 53 437 143 35
Binary 1110010 1 10010010 10110 1100011 0 101011 100011111 1100011 11101

Color Harmonies of #720192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720192

Black with #720192

Text Example


Text Example

White with #720192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720192; }

 p { color: rgb(114,1,146); }

 H1.HeaderClassName
 {
   color: #720192;
 }
 .AnyTagClassName
 {
   color: #720192;
 }
</style>

background-color css

<style>
 a { background-color: #720192; }

 a { background-color: rgb(114,1,146); }

 div.DivClassName
 {
   background-color: #720192;
 }
 .BgClassName
 {
   background-color: #720192;
 }
</style>

border-color css

<style>
 span { border-color: #720192; }

 span { border-color: rgb(114,1,146); }

 td.TdClassName
 {
   border-color: #720192;
 }
 .TagClassName
 {
   border-color: #720192;
 }
</style>