#65197A

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

Shades of Seance #65197A

Tints of Seance #65197A

Color information

#65197A (or 0x65197A) is unknown color: approx Seance. HEX triplet: 65, 19 and 7A. RGB value is (101,25,122). Sum of RGB (Red+Green+Blue) = 101+25+122=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #65197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65197A is #9AE685. Grayscale: #3A3A3A. Windows color (decimal): -10151558 or 8001893. OLE color: 8001893.

HSL color Cylindrical-coordinate representation of color #65197A: hue angle of 287.01º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65197A is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10125122-
CMYK0.170.8000.52
HSL287.01º65.99%28.82%-
HSV(B)287.01º79.51%47.84%-
XYZ9.234.8718.87-
YUV58.78163.68158.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.73%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=40.73%
G=10.08%
B=49.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101251220.170.8000.52287.0165.9928.82
Hex65197A115003411f421d
Octal145311722112006443710235
Binary11001011100111110101000110100000110100100011111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65197A; }

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

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

<style>
 a { background-color: #65197A; }

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

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

<style>
 span { border-color: #65197A; }

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

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