Html Css Color HEX #602371 Seance

📋 copy color: '#602371'

red 96 ◦ green 35 ◦ blue 113

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

Shades of Seance #602371

Tints of Seance #602371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 39.34%
G = 14.34%
B = 46.31%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#602371 (or 0x602371) is known color: Seance. HEX triplet: 60, 23 and 71. RGB value is (96,35,113). Sum of RGB (Red+Green+Blue) = 96+35+113=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #602371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602371 is #9FDC8E. Grayscale: #3D3D3D. Windows color (decimal): -10476687 or 7414624. OLE color: 7414624.

HSL color Cylindrical-coordinate representation of color #602371: hue angle of 286.92º degrees, saturation: 0.53, 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 #602371 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 35 113 -
CMYK 0.15 0.69 0 0.56
HSL 286.92º 0.53% 0.29% -
HSV(B) 286.92º 0.69% 0.44% -
XYZ 8.41 4.88 16.12 -
YUV 62.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 96 35 113 0.15 0.69 0 0.56 286.92 0.53 0.29
Hex 60 23 71 F 45 0 38 11F 35 1D
Octal 140 43 161 17 105 0 70 437 65 35
Binary 1100000 100011 1110001 1111 1000101 0 111000 100011111 110101 11101

Color Harmonies of #602371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602371

Black with #602371

Text Example


Text Example

White with #602371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602371; }

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

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

background-color css

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

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

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

border-color css

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

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

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