Html Css Color HEX #601971 Seance

📋 copy color: '#601971'

red 96 ◦ green 25 ◦ blue 113

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

Shades of Seance #601971

Tints of Seance #601971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

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

R = 41.03%
G = 10.68%
B = 48.29%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#601971 (or 0x601971) is known color: Seance. HEX triplet: 60, 19 and 71. RGB value is (96,25,113). Sum of RGB (Red+Green+Blue) = 96+25+113=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #601971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601971 is #9FE68E. Grayscale: #373737. Windows color (decimal): -10479247 or 7412064. OLE color: 7412064.

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

Color convert

RGB 96 25 113 -
CMYK 0.15 0.78 0 0.56
HSL 288.41º 0.64% 0.27% -
HSV(B) 288.41º 0.78% 0.44% -
XYZ 8.15 4.37 16.04 -
YUV 56.26 160.02 156.34 -
System Red Green Blue C M Y K H S L
Decimal 96 25 113 0.15 0.78 0 0.56 288.41 0.64 0.27
Hex 60 19 71 F 4E 0 38 120 40 1B
Octal 140 31 161 17 116 0 70 440 100 33
Binary 1100000 11001 1110001 1111 1001110 0 111000 100100000 1000000 11011

Color Harmonies of #601971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601971

Black with #601971

Text Example


Text Example

White with #601971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601971; }

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

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

background-color css

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

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

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

border-color css

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

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

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