Html Css Color HEX #601978 Seance

📋 copy color: '#601978'

red 96 ◦ green 25 ◦ blue 120

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

Shades of Seance #601978

Tints of Seance #601978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.37%

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

R = 39.83%
G = 10.37%
B = 49.79%

CMYK

 C value IS 0.2

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#601978 (or 0x601978) is known color: Seance. HEX triplet: 60, 19 and 78. RGB value is (96,25,120). Sum of RGB (Red+Green+Blue) = 96+25+120=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #601978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601978 is #9FE687. Grayscale: #383838. Windows color (decimal): -10479240 or 7870816. OLE color: 7870816.

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

Color convert

RGB 96 25 120 -
CMYK 0.2 0.79 0 0.53
HSL 284.84º 0.66% 0.28% -
HSV(B) 284.84º 0.79% 0.47% -
XYZ 8.56 4.54 18.19 -
YUV 57.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 96 25 120 0.2 0.79 0 0.53 284.84 0.66 0.28
Hex 60 19 78 14 4F 0 35 11D 42 1C
Octal 140 31 170 24 117 0 65 435 102 34
Binary 1100000 11001 1111000 10100 1001111 0 110101 100011101 1000010 11100

Color Harmonies of #601978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601978

Black with #601978

Text Example


Text Example

White with #601978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601978; }

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

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

background-color css

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

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

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

border-color css

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

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

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