#65216B

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

Shades of Seance #65216B

Tints of Seance #65216B

Color information

#65216B (or 0x65216B) is unknown color: approx Seance. HEX triplet: 65, 21 and 6B. RGB value is (101,33,107). Sum of RGB (Red+Green+Blue) = 101+33+107=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #65216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65216B is #9ADE94. Grayscale: #3D3D3D. Windows color (decimal): -10149525 or 7020901. OLE color: 7020901.

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

Color convert

RGB10133107-
CMYK0.060.6900.58
HSL295.14º52.86%27.45%-
HSV(B)295.14º69.16%41.96%-
XYZ8.564.9214.41-
YUV61.77153.53155.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=41.91%
G=13.69%
B=44.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101331070.060.6900.58295.1452.8627.45
Hex65216B64503A127351b
Octal1454115361050724476533
Binary110010110000111010111101000101011101010010011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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