Html Css Color HEX #721675 Dark Purple

📋 copy color: '#721675'

red 114 ◦ green 22 ◦ blue 117

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

Shades of Dark Purple #721675

Tints of Dark Purple #721675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.25%

R = 45.06%
G = 8.7%
B = 46.25%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#721675 (or 0x721675) is known color: Dark Purple. HEX triplet: 72, 16 and 75. RGB value is (114,22,117). Sum of RGB (Red+Green+Blue) = 114+22+117=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #721675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721675 is #8DE98A. Grayscale: #3C3C3C. Windows color (decimal): -9300363 or 7673458. OLE color: 7673458.

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

Color convert

RGB 114 22 117 -
CMYK 0.03 0.81 0 0.54
HSL 298.11º 0.68% 0.27% -
HSV(B) 298.11º 0.81% 0.46% -
XYZ 10.44 5.44 17.33 -
YUV 60.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 114 22 117 0.03 0.81 0 0.54 298.11 0.68 0.27
Hex 72 16 75 3 51 0 36 12A 44 1B
Octal 162 26 165 3 121 0 66 452 104 33
Binary 1110010 10110 1110101 11 1010001 0 110110 100101010 1000100 11011

Color Harmonies of #721675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721675

Black with #721675

Text Example


Text Example

White with #721675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721675; }

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

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

background-color css

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

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

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

border-color css

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

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

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