Html Css Color HEX #602075 Seance

📋 copy color: '#602075'

red 96 ◦ green 32 ◦ blue 117

#602075
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #602075

Tints of Seance #602075

RGB

 RED value IS 96 (37.89% from 255) = 39.18%

 GREEN value IS 32 (12.89% from 255) = 13.06%

 BLUE value IS 117 (46.09% from 255) = 47.76%

R = 39.18%
G = 13.06%
B = 47.76%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#602075 (or 0x602075) is known color: Seance. HEX triplet: 60, 20 and 75. RGB value is (96,32,117). Sum of RGB (Red+Green+Blue) = 96+32+117=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #602075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602075 is #9FDF8A. Grayscale: #3C3C3C. Windows color (decimal): -10477451 or 7676000. OLE color: 7676000.

HSL color Cylindrical-coordinate representation of color #602075: hue angle of 285.18º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602075 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 32 117 -
CMYK 0.18 0.73 0 0.54
HSL 285.18º 0.57% 0.29% -
HSV(B) 285.18º 0.73% 0.46% -
XYZ 8.55 4.8 17.31 -
YUV 60.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 96 32 117 0.18 0.73 0 0.54 285.18 0.57 0.29
Hex 60 20 75 12 49 0 36 11D 39 1D
Octal 140 40 165 22 111 0 66 435 71 35
Binary 1100000 100000 1110101 10010 1001001 0 110110 100011101 111001 11101

Color Harmonies of #602075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602075

Black with #602075

Text Example


Text Example

White with #602075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602075; }

 p { color: rgb(96,32,117); }

 H1.HeaderClassName
 {
   color: #602075;
 }
 .AnyTagClassName
 {
   color: #602075;
 }
</style>

background-color css

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

 a { background-color: rgb(96,32,117); }

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

border-color css

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

 span { border-color: rgb(96,32,117); }

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