#721F7C

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

Shades of Seance #721F7C

Tints of Seance #721F7C

Color information

#721F7C (or 0x721F7C) is unknown color: approx Seance. HEX triplet: 72, 1F and 7C. RGB value is (114,31,124). Sum of RGB (Red+Green+Blue) = 114+31+124=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #721F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721F7C is #8DE083. Grayscale: #424242. Windows color (decimal): -9298052 or 8134514. OLE color: 8134514.

HSL color Cylindrical-coordinate representation of color #721F7C: hue angle of 293.55º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721F7C is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11431124-
CMYK0.080.7500.51
HSL293.55º60%30.39%-
HSV(B)293.55º75%48.63%-
XYZ11.076.0119.65-
YUV66.42160.5161.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 124 (48.83% from 255) = 46.10%
R=42.38%
G=11.52%
B=46.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114311240.080.7500.51293.556030.39
Hex721F7C84B0331263c1e
Octal16237174101130634467436
Binary111001011111111110010001001011011001110010011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,31,124); }

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

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

 a { background-color: rgb(114,31,124); }

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

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

 span { border-color: rgb(114,31,124); }

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