#65177F

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

Shades of Seance #65177F

Tints of Seance #65177F

Color information

#65177F (or 0x65177F) is unknown color: approx Seance. HEX triplet: 65, 17 and 7F. RGB value is (101,23,127). Sum of RGB (Red+Green+Blue) = 101+23+127=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #65177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65177F is #9AE880. Grayscale: #393939. Windows color (decimal): -10152065 or 8329061. OLE color: 8329061.

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

Color convert

RGB10123127-
CMYK0.200.8200.50
HSL285º69.33%29.41%-
HSV(B)285º81.89%49.8%-
XYZ9.54.9120.53-
YUV58.18166.84158.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.24%
GREEN value IS 23 (9.38% from 255) = 9.16%
BLUE value IS 127 (50% from 255) = 50.60%
R=40.24%
G=9.16%
B=50.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101231270.200.8200.5028569.3329.41
Hex65177F145203211d451d
Octal145271772412206243510535
Binary11001011011111111111010010100100110010100011101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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