Html Css Color HEX #720467 Purple

📋 copy color: '#720467'

red 114 ◦ green 4 ◦ blue 103

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

Shades of Purple #720467

Tints of Purple #720467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.61%

R = 51.58%
G = 1.81%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#720467 (or 0x720467) is known color: Purple. HEX triplet: 72, 04 and 67. RGB value is (114,4,103). Sum of RGB (Red+Green+Blue) = 114+4+103=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #720467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720467 is #8DFB98. Grayscale: #2F2F2F. Windows color (decimal): -9304985 or 6751346. OLE color: 6751346.

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

Color convert

RGB 114 4 103 -
CMYK 0 0.96 0.10 0.55
HSL 306º 0.93% 0.23% -
HSV(B) 306º 0.96% 0.45% -
XYZ 9.43 4.64 13.23 -
YUV 48.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 114 4 103 0 0.96 0.10 0.55 306 0.93 0.23
Hex 72 4 67 0 60 A 37 132 5D 17
Octal 162 4 147 0 140 12 67 462 135 27
Binary 1110010 100 1100111 0 1100000 1010 110111 100110010 1011101 10111

Color Harmonies of #720467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720467

Black with #720467

Text Example


Text Example

White with #720467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720467; }

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

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

background-color css

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

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

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

border-color css

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

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

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