Html Css Color HEX #601A76 Seance

📋 copy color: '#601A76'

red 96 ◦ green 26 ◦ blue 118

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

Shades of Seance #601A76

Tints of Seance #601A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.83%

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

R = 40%
G = 10.83%
B = 49.17%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#601A76 (or 0x601A76) is known color: Seance. HEX triplet: 60, 1A and 76. RGB value is (96,26,118). Sum of RGB (Red+Green+Blue) = 96+26+118=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #601A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A76 is #9FE589. Grayscale: #393939. Windows color (decimal): -10478986 or 7740000. OLE color: 7740000.

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

Color convert

RGB 96 26 118 -
CMYK 0.19 0.78 0 0.54
HSL 285.65º 0.64% 0.28% -
HSV(B) 285.65º 0.78% 0.46% -
XYZ 8.46 4.53 17.57 -
YUV 57.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 96 26 118 0.19 0.78 0 0.54 285.65 0.64 0.28
Hex 60 1A 76 13 4E 0 36 11E 40 1C
Octal 140 32 166 23 116 0 66 436 100 34
Binary 1100000 11010 1110110 10011 1001110 0 110110 100011110 1000000 11100

Color Harmonies of #601A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A76

Black with #601A76

Text Example


Text Example

White with #601A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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