#721E75

Color #721E75 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #721E75

Tints of Seance #721E75

Color information

#721E75 (or 0x721E75) is unknown color: approx Seance. HEX triplet: 72, 1E and 75. RGB value is (114,30,117). Sum of RGB (Red+Green+Blue) = 114+30+117=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #721E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E75 is #8DE18A. Grayscale: #404040. Windows color (decimal): -9298315 or 7675506. OLE color: 7675506.

HSL color Cylindrical-coordinate representation of color #721E75: hue angle of 297.93º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E75 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11430117-
CMYK0.030.7400.54
HSL297.93º59.18%28.82%-
HSV(B)297.93º74.36%45.88%-
XYZ10.615.7917.39-
YUV65.03157.33162.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=43.68%
G=11.49%
B=44.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114301170.030.7400.54297.9359.1828.82
Hex721E7534A03612a3b1d
Octal1623616531120664527335
Binary1110010111101110101111001010011011010010101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721E75; }

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

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

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

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

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

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

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

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