Html Css Color HEX #72078E Purple

📋 copy color: '#72078E'

red 114 ◦ green 7 ◦ blue 142

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

Shades of Purple #72078E

Tints of Purple #72078E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.66%

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

R = 43.35%
G = 2.66%
B = 53.99%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#72078E (or 0x72078E) is known color: Purple. HEX triplet: 72, 07 and 8E. RGB value is (114,7,142). Sum of RGB (Red+Green+Blue) = 114+7+142=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #72078E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72078E is #8DF871. Grayscale: #353535. Windows color (decimal): -9304178 or 9308018. OLE color: 9308018.

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

Color convert

RGB 114 7 142 -
CMYK 0.20 0.95 0 0.44
HSL 287.56º 0.91% 0.29% -
HSV(B) 287.56º 0.95% 0.56% -
XYZ 11.9 5.68 26.06 -
YUV 54.38 177.45 170.52 -
System Red Green Blue C M Y K H S L
Decimal 114 7 142 0.20 0.95 0 0.44 287.56 0.91 0.29
Hex 72 7 8E 14 5F 0 2C 120 5B 1D
Octal 162 7 216 24 137 0 54 440 133 35
Binary 1110010 111 10001110 10100 1011111 0 101100 100100000 1011011 11101

Color Harmonies of #72078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72078E

Black with #72078E

Text Example


Text Example

White with #72078E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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