Html Css Color HEX #721670 Dark Purple

📋 copy color: '#721670'

red 114 ◦ green 22 ◦ blue 112

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

Shades of Dark Purple #721670

Tints of Dark Purple #721670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

 BLUE value IS 112 (44.14% from 255) = 45.16%

R = 45.97%
G = 8.87%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#721670 (or 0x721670) is known color: Dark Purple. HEX triplet: 72, 16 and 70. RGB value is (114,22,112). Sum of RGB (Red+Green+Blue) = 114+22+112=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #721670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721670 is #8DE98F. Grayscale: #3B3B3B. Windows color (decimal): -9300368 or 7345778. OLE color: 7345778.

HSL color Cylindrical-coordinate representation of color #721670: hue angle of 301.3º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721670 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 112 -
CMYK 0 0.81 0.02 0.55
HSL 301.3º 0.68% 0.27% -
HSV(B) 301.3º 0.81% 0.45% -
XYZ 10.15 5.32 15.82 -
YUV 59.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 114 22 112 0 0.81 0.02 0.55 301.3 0.68 0.27
Hex 72 16 70 0 51 2 37 12D 44 1B
Octal 162 26 160 0 121 2 67 455 104 33
Binary 1110010 10110 1110000 0 1010001 10 110111 100101101 1000100 11011

Color Harmonies of #721670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721670

Black with #721670

Text Example


Text Example

White with #721670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721670; }

 p { color: rgb(114,22,112); }

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

background-color css

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

 a { background-color: rgb(114,22,112); }

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

border-color css

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

 span { border-color: rgb(114,22,112); }

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