#602771

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

Shades of Seance #602771

Tints of Seance #602771

Color information

#602771 (or 0x602771) is unknown color: approx Seance. HEX triplet: 60, 27 and 71. RGB value is (96,39,113). Sum of RGB (Red+Green+Blue) = 96+39+113=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #602771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602771 is #9FD88E. Grayscale: #404040. Windows color (decimal): -10475663 or 7415648. OLE color: 7415648.

HSL color Cylindrical-coordinate representation of color #602771: hue angle of 286.22º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602771 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9639113-
CMYK0.150.6500.56
HSL286.22º48.68%29.8%-
HSV(B)286.22º65.49%44.31%-
XYZ8.535.1316.16-
YUV64.48155.38150.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=38.71%
G=15.73%
B=45.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96391130.150.6500.56286.2248.6829.8
Hex602771F4103811e311e
Octal14047161171010704366136
Binary1100000100111111000111111000001011100010001111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602771; }

 p { color: rgb(96,39,113); }

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

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

 a { background-color: rgb(96,39,113); }

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

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

 span { border-color: rgb(96,39,113); }

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