#65277B

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

Shades of Seance #65277B

Tints of Seance #65277B

Color information

#65277B (or 0x65277B) is unknown color: approx Seance. HEX triplet: 65, 27 and 7B. RGB value is (101,39,123). Sum of RGB (Red+Green+Blue) = 101+39+123=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #65277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65277B is #9AD884. Grayscale: #424242. Windows color (decimal): -10147973 or 8071013. OLE color: 8071013.

HSL color Cylindrical-coordinate representation of color #65277B: hue angle of 284.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65277B is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10139123-
CMYK0.180.6800.52
HSL284.29º51.85%31.76%-
HSV(B)284.29º68.29%48.24%-
XYZ9.675.6519.32-
YUV67.11159.54152.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.40%
GREEN value IS 39 (15.62% from 255) = 14.83%
BLUE value IS 123 (48.44% from 255) = 46.77%
R=38.40%
G=14.83%
B=46.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101391230.180.6800.52284.2951.8531.76
Hex65277B124403411c3420
Octal14547173221040644346440
Binary110010110011111110111001010001000110100100011100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,39,123); }

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

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

 a { background-color: rgb(101,39,123); }

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

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

 span { border-color: rgb(101,39,123); }

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