Html Css Color HEX #601877 Seance

📋 copy color: '#601877'

red 96 ◦ green 24 ◦ blue 119

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

Shades of Seance #601877

Tints of Seance #601877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.04%

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

R = 40.17%
G = 10.04%
B = 49.79%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#601877 (or 0x601877) is known color: Seance. HEX triplet: 60, 18 and 77. RGB value is (96,24,119). Sum of RGB (Red+Green+Blue) = 96+24+119=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #601877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601877 is #9FE788. Grayscale: #383838. Windows color (decimal): -10479497 or 7805024. OLE color: 7805024.

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

Color convert

RGB 96 24 119 -
CMYK 0.19 0.80 0 0.53
HSL 285.47º 0.66% 0.28% -
HSV(B) 285.47º 0.8% 0.47% -
XYZ 8.48 4.47 17.87 -
YUV 56.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 96 24 119 0.19 0.80 0 0.53 285.47 0.66 0.28
Hex 60 18 77 13 50 0 35 11D 42 1C
Octal 140 30 167 23 120 0 65 435 102 34
Binary 1100000 11000 1110111 10011 1010000 0 110101 100011101 1000010 11100

Color Harmonies of #601877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601877

Black with #601877

Text Example


Text Example

White with #601877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601877; }

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

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

background-color css

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

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

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

border-color css

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

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

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