Html Css Color HEX #601173 Seance

📋 copy color: '#601173'

red 96 ◦ green 17 ◦ blue 115

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

Shades of Seance #601173

Tints of Seance #601173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.46%

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

R = 42.11%
G = 7.46%
B = 50.44%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#601173 (or 0x601173) is known color: Seance. HEX triplet: 60, 11 and 73. RGB value is (96,17,115). Sum of RGB (Red+Green+Blue) = 96+17+115=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #601173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601173 is #9FEE8C. Grayscale: #333333. Windows color (decimal): -10481293 or 7541088. OLE color: 7541088.

HSL color Cylindrical-coordinate representation of color #601173: hue angle of 288.37º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601173 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 17 115 -
CMYK 0.17 0.85 0 0.55
HSL 288.37º 0.74% 0.26% -
HSV(B) 288.37º 0.85% 0.45% -
XYZ 8.12 4.13 16.59 -
YUV 51.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 96 17 115 0.17 0.85 0 0.55 288.37 0.74 0.26
Hex 60 11 73 11 55 0 37 120 4A 1A
Octal 140 21 163 21 125 0 67 440 112 32
Binary 1100000 10001 1110011 10001 1010101 0 110111 100100000 1001010 11010

Color Harmonies of #601173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601173

Black with #601173

Text Example


Text Example

White with #601173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601173; }

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

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

background-color css

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

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

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

border-color css

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

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

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