#65137B

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

Shades of Seance #65137B

Tints of Seance #65137B

Color information

#65137B (or 0x65137B) is unknown color: approx Seance. HEX triplet: 65, 13 and 7B. RGB value is (101,19,123). Sum of RGB (Red+Green+Blue) = 101+19+123=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #65137B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65137B is #9AEC84. Grayscale: #373737. Windows color (decimal): -10153093 or 8065893. OLE color: 8065893.

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

Color convert

RGB10119123-
CMYK0.180.8500.52
HSL287.31º73.24%27.84%-
HSV(B)287.31º84.55%48.24%-
XYZ9.174.6619.16-
YUV55.37166.17160.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.56%
GREEN value IS 19 (7.81% from 255) = 7.82%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=41.56%
G=7.82%
B=50.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101191230.180.8500.52287.3173.2427.84
Hex65137B125503411f491c
Octal145231732212506443711134
Binary11001011001111110111001010101010110100100011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65137B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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