Html Css Color HEX #720084 Purple

📋 copy color: '#720084'

red 114 ◦ green 0 ◦ blue 132

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

Shades of Purple #720084

Tints of Purple #720084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 132 (51.95% from 255) = 53.66%

R = 46.34%
G = 0%
B = 53.66%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#720084 (or 0x720084) is known color: Purple. HEX triplet: 72, 00 and 84. RGB value is (114,0,132). Sum of RGB (Red+Green+Blue) = 114+0+132=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #720084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720084 is #8DFF7B. Grayscale: #303030. Windows color (decimal): -9305980 or 8650866. OLE color: 8650866.

HSL color Cylindrical-coordinate representation of color #720084: hue angle of 291.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720084 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 0 132 -
CMYK 0.14 1 0 0.48
HSL 291.82º 1% 0.26% -
HSV(B) 291.82º 1% 0.52% -
XYZ 11.1 5.24 22.26 -
YUV 49.13 174.77 174.27 -
System Red Green Blue C M Y K H S L
Decimal 114 0 132 0.14 1 0 0.48 291.82 1 0.26
Hex 72 0 84 E 64 0 30 124 64 1A
Octal 162 0 204 16 144 0 60 444 144 32
Binary 1110010 0 10000100 1110 1100100 0 110000 100100100 1100100 11010

Color Harmonies of #720084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720084

Black with #720084

Text Example


Text Example

White with #720084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720084; }

 p { color: rgb(114,0,132); }

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

background-color css

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

 a { background-color: rgb(114,0,132); }

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

border-color css

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

 span { border-color: rgb(114,0,132); }

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