#65256B

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

Shades of Seance #65256B

Tints of Seance #65256B

Color information

#65256B (or 0x65256B) is unknown color: approx Seance. HEX triplet: 65, 25 and 6B. RGB value is (101,37,107). Sum of RGB (Red+Green+Blue) = 101+37+107=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #65256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65256B is #9ADA94. Grayscale: #3F3F3F. Windows color (decimal): -10148501 or 7021925. OLE color: 7021925.

HSL color Cylindrical-coordinate representation of color #65256B: hue angle of 294.86º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65256B is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10137107-
CMYK0.060.6500.58
HSL294.86º48.61%28.24%-
HSV(B)294.86º65.42%41.96%-
XYZ8.685.1514.45-
YUV64.12152.2154.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.22%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=41.22%
G=15.10%
B=43.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101371070.060.6500.58294.8648.6128.24
Hex65256B64103A127311c
Octal1454515361010724476134
Binary110010110010111010111101000001011101010010011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,37,107); }

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

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

 a { background-color: rgb(101,37,107); }

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

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

 span { border-color: rgb(101,37,107); }

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