#721C83

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

Shades of Seance #721C83

Tints of Seance #721C83

Color information

#721C83 (or 0x721C83) is unknown color: approx Seance. HEX triplet: 72, 1C and 83. RGB value is (114,28,131). Sum of RGB (Red+Green+Blue) = 114+28+131=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #721C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721C83 is #8DE37C. Grayscale: #414141. Windows color (decimal): -9298813 or 8592498. OLE color: 8592498.

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

Color convert

RGB11428131-
CMYK0.130.7900.49
HSL290.1º64.78%31.18%-
HSV(B)290.1º78.63%51.37%-
XYZ11.456.0522.04-
YUV65.46164.99162.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=41.76%
G=10.26%
B=47.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114281310.130.7900.49290.164.7831.18
Hex721C83D4F031122411f
Octal162342031511706144210137
Binary11100101110010000011110110011110110001100100010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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