Html Css Color HEX #720668 Purple

📋 copy color: '#720668'

red 114 ◦ green 6 ◦ blue 104

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

Shades of Purple #720668

Tints of Purple #720668

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.68%

 BLUE value IS 104 (41.02% from 255) = 46.43%

R = 50.89%
G = 2.68%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#720668 (or 0x720668) is known color: Purple. HEX triplet: 72, 06 and 68. RGB value is (114,6,104). Sum of RGB (Red+Green+Blue) = 114+6+104=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #720668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720668 is #8DF997. Grayscale: #313131. Windows color (decimal): -9304472 or 6817394. OLE color: 6817394.

HSL color Cylindrical-coordinate representation of color #720668: hue angle of 305.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720668 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 6 104 -
CMYK 0 0.95 0.09 0.55
HSL 305.56º 0.9% 0.24% -
HSV(B) 305.56º 0.95% 0.45% -
XYZ 9.5 4.71 13.5 -
YUV 49.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 114 6 104 0 0.95 0.09 0.55 305.56 0.9 0.24
Hex 72 6 68 0 5F 9 37 132 5A 18
Octal 162 6 150 0 137 11 67 462 132 30
Binary 1110010 110 1101000 0 1011111 1001 110111 100110010 1011010 11000

Color Harmonies of #720668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720668

Black with #720668

Text Example


Text Example

White with #720668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720668; }

 p { color: rgb(114,6,104); }

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

background-color css

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

 a { background-color: rgb(114,6,104); }

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

border-color css

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

 span { border-color: rgb(114,6,104); }

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