Html Css Color HEX #602372 Seance

📋 copy color: '#602372'

red 96 ◦ green 35 ◦ blue 114

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

Shades of Seance #602372

Tints of Seance #602372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.53%

R = 39.18%
G = 14.29%
B = 46.53%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#602372 (or 0x602372) is known color: Seance. HEX triplet: 60, 23 and 72. RGB value is (96,35,114). Sum of RGB (Red+Green+Blue) = 96+35+114=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #602372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602372 is #9FDC8D. Grayscale: #3D3D3D. Windows color (decimal): -10476686 or 7480160. OLE color: 7480160.

HSL color Cylindrical-coordinate representation of color #602372: hue angle of 286.33º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #602372 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 35 114 -
CMYK 0.16 0.69 0 0.55
HSL 286.33º 0.53% 0.29% -
HSV(B) 286.33º 0.69% 0.45% -
XYZ 8.46 4.9 16.42 -
YUV 62.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 96 35 114 0.16 0.69 0 0.55 286.33 0.53 0.29
Hex 60 23 72 10 45 0 37 11E 35 1D
Octal 140 43 162 20 105 0 67 436 65 35
Binary 1100000 100011 1110010 10000 1000101 0 110111 100011110 110101 11101

Color Harmonies of #602372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602372

Black with #602372

Text Example


Text Example

White with #602372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602372; }

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

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

background-color css

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

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

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

border-color css

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

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

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