#721f83

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

Shades of Seance #721F83

Tints of Seance #721F83

Color information

#721F83 (or 0x721F83) is unknown color: approx Seance. HEX triplet: 72, 1F and 83. RGB value is (114,31,131). Sum of RGB (Red+Green+Blue) = 114+31+131=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #721F83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721F83 is #8DE07C. Grayscale: #424242. Windows color (decimal): -9298045 or 8593266. OLE color: 8593266.

HSL color Cylindrical-coordinate representation of color #721F83: hue angle of 289.8º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721F83 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11431131-
CMYK0.130.7600.49
HSL289.8º61.73%31.76%-
HSV(B)289.8º76.34%51.37%-
XYZ11.536.222.06-
YUV67.22164161.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 31 (12.5% from 255) = 11.23%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=41.30%
G=11.23%
B=47.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114311310.130.7600.49289.861.7331.76
Hex721F83D4C0311223e20
Octal16237203151140614427640
Binary11100101111110000011110110011000110001100100010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721f83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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