Html Css Color HEX #720466 Purple

📋 copy color: '#720466'

red 114 ◦ green 4 ◦ blue 102

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

Shades of Purple #720466

Tints of Purple #720466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

 BLUE value IS 102 (40.23% from 255) = 46.36%

R = 51.82%
G = 1.82%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#720466 (or 0x720466) is known color: Purple. HEX triplet: 72, 04 and 66. RGB value is (114,4,102). Sum of RGB (Red+Green+Blue) = 114+4+102=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #720466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720466 is #8DFB99. Grayscale: #2F2F2F. Windows color (decimal): -9304986 or 6685810. OLE color: 6685810.

HSL color Cylindrical-coordinate representation of color #720466: hue angle of 306.55º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720466 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 4 102 -
CMYK 0 0.96 0.11 0.55
HSL 306.55º 0.93% 0.23% -
HSV(B) 306.55º 0.96% 0.45% -
XYZ 9.38 4.62 12.97 -
YUV 48.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 114 4 102 0 0.96 0.11 0.55 306.55 0.93 0.23
Hex 72 4 66 0 60 B 37 133 5D 17
Octal 162 4 146 0 140 13 67 463 135 27
Binary 1110010 100 1100110 0 1100000 1011 110111 100110011 1011101 10111

Color Harmonies of #720466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720466

Black with #720466

Text Example


Text Example

White with #720466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720466; }

 p { color: rgb(114,4,102); }

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

background-color css

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

 a { background-color: rgb(114,4,102); }

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

border-color css

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

 span { border-color: rgb(114,4,102); }

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