Html Css Color HEX #602171 Seance

📋 copy color: '#602171'

red 96 ◦ green 33 ◦ blue 113

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

Shades of Seance #602171

Tints of Seance #602171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.64%

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

R = 39.67%
G = 13.64%
B = 46.69%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#602171 (or 0x602171) is known color: Seance. HEX triplet: 60, 21 and 71. RGB value is (96,33,113). Sum of RGB (Red+Green+Blue) = 96+33+113=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #602171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602171 is #9FDE8E. Grayscale: #3C3C3C. Windows color (decimal): -10477199 or 7414112. OLE color: 7414112.

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

Color convert

RGB 96 33 113 -
CMYK 0.15 0.71 0 0.56
HSL 287.25º 0.55% 0.29% -
HSV(B) 287.25º 0.71% 0.44% -
XYZ 8.35 4.77 16.1 -
YUV 60.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 96 33 113 0.15 0.71 0 0.56 287.25 0.55 0.29
Hex 60 21 71 F 47 0 38 11F 37 1D
Octal 140 41 161 17 107 0 70 437 67 35
Binary 1100000 100001 1110001 1111 1000111 0 111000 100011111 110111 11101

Color Harmonies of #602171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602171

Black with #602171

Text Example


Text Example

White with #602171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602171; }

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

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

background-color css

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

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

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

border-color css

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

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

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