Html Css Color HEX #601774 Seance

📋 copy color: '#601774'

red 96 ◦ green 23 ◦ blue 116

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

Shades of Seance #601774

Tints of Seance #601774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.79%

 BLUE value IS 116 (45.7% from 255) = 49.36%

R = 40.85%
G = 9.79%
B = 49.36%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#601774 (or 0x601774) is known color: Seance. HEX triplet: 60, 17 and 74. RGB value is (96,23,116). Sum of RGB (Red+Green+Blue) = 96+23+116=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #601774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601774 is #9FE88B. Grayscale: #373737. Windows color (decimal): -10479756 or 7608160. OLE color: 7608160.

HSL color Cylindrical-coordinate representation of color #601774: hue angle of 287.1º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601774 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 23 116 -
CMYK 0.17 0.80 0 0.55
HSL 287.1º 0.67% 0.27% -
HSV(B) 287.1º 0.8% 0.45% -
XYZ 8.28 4.36 16.93 -
YUV 55.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 96 23 116 0.17 0.80 0 0.55 287.1 0.67 0.27
Hex 60 17 74 11 50 0 37 11F 43 1B
Octal 140 27 164 21 120 0 67 437 103 33
Binary 1100000 10111 1110100 10001 1010000 0 110111 100011111 1000011 11011

Color Harmonies of #601774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601774

Black with #601774

Text Example


Text Example

White with #601774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601774; }

 p { color: rgb(96,23,116); }

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

background-color css

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

 a { background-color: rgb(96,23,116); }

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

border-color css

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

 span { border-color: rgb(96,23,116); }

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