Html Css Color HEX #72038E Purple

📋 copy color: '#72038E'

red 114 ◦ green 3 ◦ blue 142

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

Shades of Purple #72038E

Tints of Purple #72038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 44.02%
G = 1.16%
B = 54.83%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#72038E (or 0x72038E) is known color: Purple. HEX triplet: 72, 03 and 8E. RGB value is (114,3,142). Sum of RGB (Red+Green+Blue) = 114+3+142=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #72038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72038E is #8DFC71. Grayscale: #333333. Windows color (decimal): -9305202 or 9306994. OLE color: 9306994.

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

Color convert

RGB 114 3 142 -
CMYK 0.20 0.98 0 0.44
HSL 287.91º 0.96% 0.28% -
HSV(B) 287.91º 0.98% 0.56% -
XYZ 11.85 5.6 26.05 -
YUV 52.04 178.77 172.2 -
System Red Green Blue C M Y K H S L
Decimal 114 3 142 0.20 0.98 0 0.44 287.91 0.96 0.28
Hex 72 3 8E 14 62 0 2C 120 60 1C
Octal 162 3 216 24 142 0 54 440 140 34
Binary 1110010 11 10001110 10100 1100010 0 101100 100100000 1100000 11100

Color Harmonies of #72038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72038E

Black with #72038E

Text Example


Text Example

White with #72038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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