Html Css Color HEX #72098E Purple

📋 copy color: '#72098E'

red 114 ◦ green 9 ◦ blue 142

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

Shades of Purple #72098E

Tints of Purple #72098E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 43.02%
G = 3.4%
B = 53.58%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#72098E (or 0x72098E) is known color: Purple. HEX triplet: 72, 09 and 8E. RGB value is (114,9,142). Sum of RGB (Red+Green+Blue) = 114+9+142=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #72098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72098E is #8DF671. Grayscale: #373737. Windows color (decimal): -9303666 or 9308530. OLE color: 9308530.

HSL color Cylindrical-coordinate representation of color #72098E: hue angle of 287.37º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72098E is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 9 142 -
CMYK 0.20 0.94 0 0.44
HSL 287.37º 0.88% 0.3% -
HSV(B) 287.37º 0.94% 0.56% -
XYZ 11.92 5.73 26.07 -
YUV 55.56 176.79 169.69 -
System Red Green Blue C M Y K H S L
Decimal 114 9 142 0.20 0.94 0 0.44 287.37 0.88 0.3
Hex 72 9 8E 14 5E 0 2C 11F 58 1E
Octal 162 11 216 24 136 0 54 437 130 36
Binary 1110010 1001 10001110 10100 1011110 0 101100 100011111 1011000 11110

Color Harmonies of #72098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72098E

Black with #72098E

Text Example


Text Example

White with #72098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72098E; }

 p { color: rgb(114,9,142); }

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

background-color css

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

 a { background-color: rgb(114,9,142); }

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

border-color css

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

 span { border-color: rgb(114,9,142); }

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