Html Css Color HEX #602370 Seance

📋 copy color: '#602370'

red 96 ◦ green 35 ◦ blue 112

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

Shades of Seance #602370

Tints of Seance #602370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.4%

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

R = 39.51%
G = 14.4%
B = 46.09%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#602370 (or 0x602370) is known color: Seance. HEX triplet: 60, 23 and 70. RGB value is (96,35,112). Sum of RGB (Red+Green+Blue) = 96+35+112=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #602370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602370 is #9FDC8F. Grayscale: #3D3D3D. Windows color (decimal): -10476688 or 7349088. OLE color: 7349088.

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

Color convert

RGB 96 35 112 -
CMYK 0.14 0.69 0 0.56
HSL 287.53º 0.52% 0.29% -
HSV(B) 287.53º 0.69% 0.44% -
XYZ 8.35 4.86 15.83 -
YUV 62.02 156.21 152.24 -
System Red Green Blue C M Y K H S L
Decimal 96 35 112 0.14 0.69 0 0.56 287.53 0.52 0.29
Hex 60 23 70 E 45 0 38 120 34 1D
Octal 140 43 160 16 105 0 70 440 64 35
Binary 1100000 100011 1110000 1110 1000101 0 111000 100100000 110100 11101

Color Harmonies of #602370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602370

Black with #602370

Text Example


Text Example

White with #602370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602370; }

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

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

background-color css

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

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

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

border-color css

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

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

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