Html Css Color HEX #721575 Purple

📋 copy color: '#721575'

red 114 ◦ green 21 ◦ blue 117

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

Shades of Purple #721575

Tints of Purple #721575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

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

R = 45.24%
G = 8.33%
B = 46.43%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#721575 (or 0x721575) is known color: Purple. HEX triplet: 72, 15 and 75. RGB value is (114,21,117). Sum of RGB (Red+Green+Blue) = 114+21+117=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #721575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721575 is #8DEA8A. Grayscale: #3B3B3B. Windows color (decimal): -9300619 or 7673202. OLE color: 7673202.

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

Color convert

RGB 114 21 117 -
CMYK 0.03 0.82 0 0.54
HSL 298.13º 0.7% 0.27% -
HSV(B) 298.13º 0.82% 0.46% -
XYZ 10.42 5.4 17.32 -
YUV 59.75 160.31 166.69 -
System Red Green Blue C M Y K H S L
Decimal 114 21 117 0.03 0.82 0 0.54 298.13 0.7 0.27
Hex 72 15 75 3 52 0 36 12A 46 1B
Octal 162 25 165 3 122 0 66 452 106 33
Binary 1110010 10101 1110101 11 1010010 0 110110 100101010 1000110 11011

Color Harmonies of #721575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721575

Black with #721575

Text Example


Text Example

White with #721575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721575; }

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

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

background-color css

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

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

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

border-color css

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

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

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