Html Css Color HEX #720184 Purple

📋 copy color: '#720184'

red 114 ◦ green 1 ◦ blue 132

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

Shades of Purple #720184

Tints of Purple #720184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 46.15%
G = 0.4%
B = 53.44%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#720184 (or 0x720184) is known color: Purple. HEX triplet: 72, 01 and 84. RGB value is (114,1,132). Sum of RGB (Red+Green+Blue) = 114+1+132=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #720184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720184 is #8DFE7B. Grayscale: #313131. Windows color (decimal): -9305724 or 8651122. OLE color: 8651122.

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

Color convert

RGB 114 1 132 -
CMYK 0.14 0.99 0 0.48
HSL 291.76º 0.98% 0.26% -
HSV(B) 291.76º 0.99% 0.52% -
XYZ 11.12 5.27 22.26 -
YUV 49.72 174.44 173.85 -
System Red Green Blue C M Y K H S L
Decimal 114 1 132 0.14 0.99 0 0.48 291.76 0.98 0.26
Hex 72 1 84 E 63 0 30 124 62 1A
Octal 162 1 204 16 143 0 60 444 142 32
Binary 1110010 1 10000100 1110 1100011 0 110000 100100100 1100010 11010

Color Harmonies of #720184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720184

Black with #720184

Text Example


Text Example

White with #720184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720184; }

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

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

background-color css

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

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

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

border-color css

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

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

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