#602767

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

Shades of Seance #602767

Tints of Seance #602767

Color information

#602767 (or 0x602767) is unknown color: approx Seance. HEX triplet: 60, 27 and 67. RGB value is (96,39,103). Sum of RGB (Red+Green+Blue) = 96+39+103=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #602767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602767 is #9FD898. Grayscale: #3F3F3F. Windows color (decimal): -10475673 or 6760288. OLE color: 6760288.

HSL color Cylindrical-coordinate representation of color #602767: hue angle of 293.44º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #602767 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9639103-
CMYK0.070.6200.60
HSL293.44º45.07%27.84%-
HSV(B)293.44º62.14%40.39%-
XYZ84.9213.36-
YUV63.34150.38151.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.34%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 103 (40.62% from 255) = 43.28%
R=40.34%
G=16.39%
B=43.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96391030.070.6200.60293.4445.0727.84
Hex60276773E03C1252d1c
Octal140471477760744455534
Binary11000001001111100111111111110011110010010010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602767; }

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

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

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

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

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

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

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

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