Html Css Color HEX #72028E Purple

📋 copy color: '#72028E'

red 114 ◦ green 2 ◦ blue 142

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

Shades of Purple #72028E

Tints of Purple #72028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 44.19%
G = 0.78%
B = 55.04%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#72028E (or 0x72028E) is known color: Purple. HEX triplet: 72, 02 and 8E. RGB value is (114,2,142). Sum of RGB (Red+Green+Blue) = 114+2+142=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #72028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72028E is #8DFD71. Grayscale: #323232. Windows color (decimal): -9305458 or 9306738. OLE color: 9306738.

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

Color convert

RGB 114 2 142 -
CMYK 0.20 0.99 0 0.44
HSL 288º 0.97% 0.28% -
HSV(B) 288º 0.99% 0.56% -
XYZ 11.84 5.57 26.04 -
YUV 51.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 114 2 142 0.20 0.99 0 0.44 288 0.97 0.28
Hex 72 2 8E 14 63 0 2C 120 61 1C
Octal 162 2 216 24 143 0 54 440 141 34
Binary 1110010 10 10001110 10100 1100011 0 101100 100100000 1100001 11100

Color Harmonies of #72028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72028E

Black with #72028E

Text Example


Text Example

White with #72028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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