Html Css Color HEX #601677 Seance

📋 copy color: '#601677'

red 96 ◦ green 22 ◦ blue 119

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

Shades of Seance #601677

Tints of Seance #601677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.28%

 BLUE value IS 119 (46.88% from 255) = 50.21%

R = 40.51%
G = 9.28%
B = 50.21%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#601677 (or 0x601677) is known color: Seance. HEX triplet: 60, 16 and 77. RGB value is (96,22,119). Sum of RGB (Red+Green+Blue) = 96+22+119=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #601677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601677 is #9FE988. Grayscale: #363636. Windows color (decimal): -10480009 or 7804512. OLE color: 7804512.

HSL color Cylindrical-coordinate representation of color #601677: hue angle of 285.77º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601677 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 22 119 -
CMYK 0.19 0.82 0 0.53
HSL 285.77º 0.69% 0.28% -
HSV(B) 285.77º 0.82% 0.47% -
XYZ 8.44 4.39 17.86 -
YUV 55.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 96 22 119 0.19 0.82 0 0.53 285.77 0.69 0.28
Hex 60 16 77 13 52 0 35 11E 45 1C
Octal 140 26 167 23 122 0 65 436 105 34
Binary 1100000 10110 1110111 10011 1010010 0 110101 100011110 1000101 11100

Color Harmonies of #601677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601677

Black with #601677

Text Example


Text Example

White with #601677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601677; }

 p { color: rgb(96,22,119); }

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

background-color css

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

 a { background-color: rgb(96,22,119); }

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

border-color css

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

 span { border-color: rgb(96,22,119); }

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