Html Css Color HEX #602570 Seance

📋 copy color: '#602570'

red 96 ◦ green 37 ◦ blue 112

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

Shades of Seance #602570

Tints of Seance #602570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.1%

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 39.18%
G = 15.1%
B = 45.71%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#602570 (or 0x602570) is known color: Seance. HEX triplet: 60, 25 and 70. RGB value is (96,37,112). Sum of RGB (Red+Green+Blue) = 96+37+112=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #602570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602570 is #9FDA8F. Grayscale: #3E3E3E. Windows color (decimal): -10476176 or 7349600. OLE color: 7349600.

HSL color Cylindrical-coordinate representation of color #602570: hue angle of 287.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602570 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 37 112 -
CMYK 0.14 0.67 0 0.56
HSL 287.2º 0.5% 0.29% -
HSV(B) 287.2º 0.67% 0.44% -
XYZ 8.41 4.98 15.85 -
YUV 63.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 96 37 112 0.14 0.67 0 0.56 287.2 0.5 0.29
Hex 60 25 70 E 43 0 38 11F 32 1D
Octal 140 45 160 16 103 0 70 437 62 35
Binary 1100000 100101 1110000 1110 1000011 0 111000 100011111 110010 11101

Color Harmonies of #602570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602570

Black with #602570

Text Example


Text Example

White with #602570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602570; }

 p { color: rgb(96,37,112); }

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

background-color css

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

 a { background-color: rgb(96,37,112); }

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

border-color css

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

 span { border-color: rgb(96,37,112); }

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