#721875

Color #721875 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #721875

Tints of Dark Purple #721875

Color information

#721875 (or 0x721875) is unknown color: approx Dark Purple. HEX triplet: 72, 18 and 75. RGB value is (114,24,117). Sum of RGB (Red+Green+Blue) = 114+24+117=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #721875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721875 is #8DE78A. Grayscale: #3D3D3D. Windows color (decimal): -9299851 or 7673970. OLE color: 7673970.

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

Color convert

RGB11424117-
CMYK0.030.7900.54
HSL298.06º65.96%27.65%-
HSV(B)298.06º79.49%45.88%-
XYZ10.485.5217.34-
YUV61.51159.32165.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 117 (46.09% from 255) = 45.88%
R=44.71%
G=9.41%
B=45.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114241170.030.7900.54298.0665.9627.65
Hex72187534F03612a421c
Octal16230165311706645210234
Binary11100101100011101011110011110110110100101010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721875; }

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

 H1.HeaderClassName
 {
   color: #721875;
 }
 .AnyTagClassName
 {
   color: #721875;
 }
</style>
background-color css

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

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

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

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

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

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