Html Css Color HEX #602671 Seance

📋 copy color: '#602671'

red 96 ◦ green 38 ◦ blue 113

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

Shades of Seance #602671

Tints of Seance #602671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

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

R = 38.87%
G = 15.38%
B = 45.75%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#602671 (or 0x602671) is known color: Seance. HEX triplet: 60, 26 and 71. RGB value is (96,38,113). Sum of RGB (Red+Green+Blue) = 96+38+113=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #602671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602671 is #9FD98E. Grayscale: #3F3F3F. Windows color (decimal): -10475919 or 7415392. OLE color: 7415392.

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

Color convert

RGB 96 38 113 -
CMYK 0.15 0.66 0 0.56
HSL 286.4º 0.5% 0.3% -
HSV(B) 286.4º 0.66% 0.44% -
XYZ 8.5 5.07 16.15 -
YUV 63.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 96 38 113 0.15 0.66 0 0.56 286.4 0.5 0.3
Hex 60 26 71 F 42 0 38 11E 32 1E
Octal 140 46 161 17 102 0 70 436 62 36
Binary 1100000 100110 1110001 1111 1000010 0 111000 100011110 110010 11110

Color Harmonies of #602671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602671

Black with #602671

Text Example


Text Example

White with #602671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602671; }

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

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

background-color css

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

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

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

border-color css

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

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

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