#65297D

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

Shades of Seance #65297D

Tints of Seance #65297D

Color information

#65297D (or 0x65297D) is unknown color: approx Seance. HEX triplet: 65, 29 and 7D. RGB value is (101,41,125). Sum of RGB (Red+Green+Blue) = 101+41+125=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #65297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65297D is #9AD682. Grayscale: #444444. Windows color (decimal): -10147459 or 8202597. OLE color: 8202597.

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

Color convert

RGB10141125-
CMYK0.190.6700.51
HSL282.86º50.6%32.55%-
HSV(B)282.86º67.2%49.02%-
XYZ9.865.8320.01-
YUV68.52159.88151.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 125 (49.22% from 255) = 46.82%
R=37.83%
G=15.36%
B=46.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101411250.190.6700.51282.8650.632.55
Hex65297D134303311b3321
Octal14551175231030634336341
Binary110010110100111111011001110000110110011100011011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65297D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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