Html Css Color HEX #601778 Seance

📋 copy color: '#601778'

red 96 ◦ green 23 ◦ blue 120

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

Shades of Seance #601778

Tints of Seance #601778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.21%

R = 40.17%
G = 9.62%
B = 50.21%

CMYK

 C value IS 0.2

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#601778 (or 0x601778) is known color: Seance. HEX triplet: 60, 17 and 78. RGB value is (96,23,120). Sum of RGB (Red+Green+Blue) = 96+23+120=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #601778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601778 is #9FE887. Grayscale: #373737. Windows color (decimal): -10479752 or 7870304. OLE color: 7870304.

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

Color convert

RGB 96 23 120 -
CMYK 0.2 0.81 0 0.53
HSL 285.15º 0.68% 0.28% -
HSV(B) 285.15º 0.81% 0.47% -
XYZ 8.52 4.46 18.18 -
YUV 55.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 96 23 120 0.2 0.81 0 0.53 285.15 0.68 0.28
Hex 60 17 78 14 51 0 35 11D 44 1C
Octal 140 27 170 24 121 0 65 435 104 34
Binary 1100000 10111 1111000 10100 1010001 0 110101 100011101 1000100 11100

Color Harmonies of #601778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601778

Black with #601778

Text Example


Text Example

White with #601778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601778; }

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

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

background-color css

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

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

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

border-color css

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

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

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