#65137C

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

Shades of Seance #65137C

Tints of Seance #65137C

Color information

#65137C (or 0x65137C) is unknown color: approx Seance. HEX triplet: 65, 13 and 7C. RGB value is (101,19,124). Sum of RGB (Red+Green+Blue) = 101+19+124=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #65137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65137C is #9AEC83. Grayscale: #373737. Windows color (decimal): -10153092 or 8131429. OLE color: 8131429.

HSL color Cylindrical-coordinate representation of color #65137C: hue angle of 286.86º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65137C is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10119124-
CMYK0.190.8500.51
HSL286.86º73.43%28.04%-
HSV(B)286.86º84.68%48.63%-
XYZ9.244.6919.49-
YUV55.49166.67160.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.39%
GREEN value IS 19 (7.81% from 255) = 7.79%
BLUE value IS 124 (48.83% from 255) = 50.82%
R=41.39%
G=7.79%
B=50.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101191240.190.8500.51286.8673.4328.04
Hex65137C135503311f491c
Octal145231742312506343711134
Binary11001011001111111001001110101010110011100011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65137C; }

 p { color: rgb(101,19,124); }

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

<style>
 a { background-color: #65137C; }

 a { background-color: rgb(101,19,124); }

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

<style>
 span { border-color: #65137C; }

 span { border-color: rgb(101,19,124); }

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