#65177B

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

Shades of Seance #65177B

Tints of Seance #65177B

Color information

#65177B (or 0x65177B) is unknown color: approx Seance. HEX triplet: 65, 17 and 7B. RGB value is (101,23,123). Sum of RGB (Red+Green+Blue) = 101+23+123=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #65177B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65177B is #9AE884. Grayscale: #393939. Windows color (decimal): -10152069 or 8066917. OLE color: 8066917.

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

Color convert

RGB10123123-
CMYK0.180.8100.52
HSL286.8º68.49%28.63%-
HSV(B)286.8º81.3%48.24%-
XYZ9.254.8119.18-
YUV57.72164.84158.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 23 (9.38% from 255) = 9.31%
BLUE value IS 123 (48.44% from 255) = 49.80%
R=40.89%
G=9.31%
B=49.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101231230.180.8100.52286.868.4928.63
Hex65177B125103411f441d
Octal145271732212106443710435
Binary11001011011111110111001010100010110100100011111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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