Html Css Color HEX #601976 Seance

📋 copy color: '#601976'

red 96 ◦ green 25 ◦ blue 118

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

Shades of Seance #601976

Tints of Seance #601976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.37%

R = 40.17%
G = 10.46%
B = 49.37%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#601976 (or 0x601976) is known color: Seance. HEX triplet: 60, 19 and 76. RGB value is (96,25,118). Sum of RGB (Red+Green+Blue) = 96+25+118=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #601976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601976 is #9FE689. Grayscale: #383838. Windows color (decimal): -10479242 or 7739744. OLE color: 7739744.

HSL color Cylindrical-coordinate representation of color #601976: hue angle of 285.81º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601976 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 25 118 -
CMYK 0.19 0.79 0 0.54
HSL 285.81º 0.65% 0.28% -
HSV(B) 285.81º 0.79% 0.46% -
XYZ 8.44 4.49 17.56 -
YUV 56.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 96 25 118 0.19 0.79 0 0.54 285.81 0.65 0.28
Hex 60 19 76 13 4F 0 36 11E 41 1C
Octal 140 31 166 23 117 0 66 436 101 34
Binary 1100000 11001 1110110 10011 1001111 0 110110 100011110 1000001 11100

Color Harmonies of #601976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601976

Black with #601976

Text Example


Text Example

White with #601976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601976; }

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

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

background-color css

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

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

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

border-color css

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

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

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