Html Css Color HEX #601773 Seance

📋 copy color: '#601773'

red 96 ◦ green 23 ◦ blue 115

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

Shades of Seance #601773

Tints of Seance #601773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 41.03%
G = 9.83%
B = 49.15%

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

#601773 (or 0x601773) is known color: Seance. HEX triplet: 60, 17 and 73. RGB value is (96,23,115). Sum of RGB (Red+Green+Blue) = 96+23+115=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #601773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601773 is #9FE88C. Grayscale: #373737. Windows color (decimal): -10479757 or 7542624. OLE color: 7542624.

HSL color Cylindrical-coordinate representation of color #601773: hue angle of 287.61º 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 #601773 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 23 115 -
CMYK 0.17 0.80 0 0.55
HSL 287.61º 0.67% 0.27% -
HSV(B) 287.61º 0.8% 0.45% -
XYZ 8.22 4.34 16.62 -
YUV 55.32 161.68 157.02 -
System Red Green Blue C M Y K H S L
Decimal 96 23 115 0.17 0.80 0 0.55 287.61 0.67 0.27
Hex 60 17 73 11 50 0 37 120 43 1B
Octal 140 27 163 21 120 0 67 440 103 33
Binary 1100000 10111 1110011 10001 1010000 0 110111 100100000 1000011 11011

Color Harmonies of #601773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601773

Black with #601773

Text Example


Text Example

White with #601773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601773; }

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

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

background-color css

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

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

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

border-color css

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

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

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