#65187C

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

Shades of Seance #65187C

Tints of Seance #65187C

Color information

#65187C (or 0x65187C) is unknown color: approx Seance. HEX triplet: 65, 18 and 7C. RGB value is (101,24,124). Sum of RGB (Red+Green+Blue) = 101+24+124=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #65187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65187C is #9AE783. Grayscale: #3A3A3A. Windows color (decimal): -10151812 or 8132709. OLE color: 8132709.

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

Color convert

RGB10124124-
CMYK0.190.8100.51
HSL286.2º67.57%29.02%-
HSV(B)286.2º80.65%48.63%-
XYZ9.334.8819.52-
YUV58.42165.01158.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.56%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 124 (48.83% from 255) = 49.80%
R=40.56%
G=9.64%
B=49.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101241240.190.8100.51286.267.5729.02
Hex65187C135103311e441d
Octal145301742312106343610435
Binary11001011100011111001001110100010110011100011110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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