#65196E

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

Shades of Seance #65196E

Tints of Seance #65196E

Color information

#65196E (or 0x65196E) is unknown color: approx Seance. HEX triplet: 65, 19 and 6E. RGB value is (101,25,110). Sum of RGB (Red+Green+Blue) = 101+25+110=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #65196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65196E is #9AE691. Grayscale: #393939. Windows color (decimal): -10151570 or 7215461. OLE color: 7215461.

HSL color Cylindrical-coordinate representation of color #65196E: hue angle of 293.65º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65196E is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10125110-
CMYK0.080.7700.57
HSL293.65º62.96%26.47%-
HSV(B)293.65º77.27%43.14%-
XYZ8.534.5915.19-
YUV57.41157.68159.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.80%
GREEN value IS 25 (10.16% from 255) = 10.59%
BLUE value IS 110 (43.36% from 255) = 46.61%
R=42.80%
G=10.59%
B=46.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101251100.080.7700.57293.6562.9626.47
Hex65196E84D0391263f1a
Octal14531156101150714467732
Binary110010111001110111010001001101011100110010011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65196E; }

 p { color: rgb(101,25,110); }

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

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

 a { background-color: rgb(101,25,110); }

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

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

 span { border-color: rgb(101,25,110); }

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