Html Css Color HEX #601575 Seance

📋 copy color: '#601575'

red 96 ◦ green 21 ◦ blue 117

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

Shades of Seance #601575

Tints of Seance #601575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.97%

 BLUE value IS 117 (46.09% from 255) = 50%

R = 41.03%
G = 8.97%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#601575 (or 0x601575) is known color: Seance. HEX triplet: 60, 15 and 75. RGB value is (96,21,117). Sum of RGB (Red+Green+Blue) = 96+21+117=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #601575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601575 is #9FEA8A. Grayscale: #363636. Windows color (decimal): -10480267 or 7673184. OLE color: 7673184.

HSL color Cylindrical-coordinate representation of color #601575: hue angle of 286.88º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601575 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 21 117 -
CMYK 0.18 0.82 0 0.54
HSL 286.88º 0.7% 0.27% -
HSV(B) 286.88º 0.82% 0.46% -
XYZ 8.3 4.31 17.22 -
YUV 54.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 96 21 117 0.18 0.82 0 0.54 286.88 0.7 0.27
Hex 60 15 75 12 52 0 36 11F 46 1B
Octal 140 25 165 22 122 0 66 437 106 33
Binary 1100000 10101 1110101 10010 1010010 0 110110 100011111 1000110 11011

Color Harmonies of #601575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601575

Black with #601575

Text Example


Text Example

White with #601575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601575; }

 p { color: rgb(96,21,117); }

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

background-color css

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

 a { background-color: rgb(96,21,117); }

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

border-color css

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

 span { border-color: rgb(96,21,117); }

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