Html Css Color HEX #721775 Dark Purple

📋 copy color: '#721775'

red 114 ◦ green 23 ◦ blue 117

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

Shades of Dark Purple #721775

Tints of Dark Purple #721775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

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

R = 44.88%
G = 9.06%
B = 46.06%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#721775 (or 0x721775) is known color: Dark Purple. HEX triplet: 72, 17 and 75. RGB value is (114,23,117). Sum of RGB (Red+Green+Blue) = 114+23+117=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #721775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721775 is #8DE88A. Grayscale: #3C3C3C. Windows color (decimal): -9300107 or 7673714. OLE color: 7673714.

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

Color convert

RGB 114 23 117 -
CMYK 0.03 0.80 0 0.54
HSL 298.09º 0.67% 0.27% -
HSV(B) 298.09º 0.8% 0.46% -
XYZ 10.46 5.47 17.34 -
YUV 60.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 114 23 117 0.03 0.80 0 0.54 298.09 0.67 0.27
Hex 72 17 75 3 50 0 36 12A 43 1B
Octal 162 27 165 3 120 0 66 452 103 33
Binary 1110010 10111 1110101 11 1010000 0 110110 100101010 1000011 11011

Color Harmonies of #721775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721775

Black with #721775

Text Example


Text Example

White with #721775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721775; }

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

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

background-color css

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

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

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

border-color css

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

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

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