#65187B

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

Shades of Seance #65187B

Tints of Seance #65187B

Color information

#65187B (or 0x65187B) is unknown color: approx Seance. HEX triplet: 65, 18 and 7B. RGB value is (101,24,123). Sum of RGB (Red+Green+Blue) = 101+24+123=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #65187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65187B is #9AE784. Grayscale: #393939. Windows color (decimal): -10151813 or 8067173. OLE color: 8067173.

HSL color Cylindrical-coordinate representation of color #65187B: hue angle of 286.67º degrees, saturation: 0.67, 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 #65187B is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10124123-
CMYK0.180.8000.52
HSL286.67º67.35%28.82%-
HSV(B)286.67º80.49%48.24%-
XYZ9.274.8519.19-
YUV58.31164.51158.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.73%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=40.73%
G=9.68%
B=49.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101241230.180.8000.52286.6767.3528.82
Hex65187B125003411f431d
Octal145301732212006443710335
Binary11001011100011110111001010100000110100100011111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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