Html Css Color HEX #720465 Purple

📋 copy color: '#720465'

red 114 ◦ green 4 ◦ blue 101

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

Shades of Purple #720465

Tints of Purple #720465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.12%

R = 52.05%
G = 1.83%
B = 46.12%

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

#720465 (or 0x720465) is known color: Purple. HEX triplet: 72, 04 and 65. RGB value is (114,4,101). Sum of RGB (Red+Green+Blue) = 114+4+101=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #720465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720465 is #8DFB9A. Grayscale: #2F2F2F. Windows color (decimal): -9304987 or 6620274. OLE color: 6620274.

HSL color Cylindrical-coordinate representation of color #720465: hue angle of 307.09º 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 #720465 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 4 101 -
CMYK 0 0.96 0.11 0.55
HSL 307.09º 0.93% 0.23% -
HSV(B) 307.09º 0.96% 0.45% -
XYZ 9.33 4.6 12.71 -
YUV 47.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 114 4 101 0 0.96 0.11 0.55 307.09 0.93 0.23
Hex 72 4 65 0 60 B 37 133 5D 17
Octal 162 4 145 0 140 13 67 463 135 27
Binary 1110010 100 1100101 0 1100000 1011 110111 100110011 1011101 10111

Color Harmonies of #720465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720465

Black with #720465

Text Example


Text Example

White with #720465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720465; }

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

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

background-color css

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

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

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

border-color css

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

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

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