#65177D

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

Shades of Seance #65177D

Tints of Seance #65177D

Color information

#65177D (or 0x65177D) is unknown color: approx Seance. HEX triplet: 65, 17 and 7D. RGB value is (101,23,125). Sum of RGB (Red+Green+Blue) = 101+23+125=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #65177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65177D is #9AE882. Grayscale: #393939. Windows color (decimal): -10152067 or 8197989. OLE color: 8197989.

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

Color convert

RGB10123125-
CMYK0.190.8200.51
HSL285.88º68.92%29.02%-
HSV(B)285.88º81.6%49.02%-
XYZ9.374.8619.85-
YUV57.95165.84158.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.56%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 125 (49.22% from 255) = 50.20%
R=40.56%
G=9.24%
B=50.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101231250.190.8200.51285.8868.9229.02
Hex65177D135203311e451d
Octal145271752312206343610535
Binary11001011011111111011001110100100110011100011110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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