Html Css Color HEX #601474 Seance

📋 copy color: '#601474'

red 96 ◦ green 20 ◦ blue 116

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

Shades of Seance #601474

Tints of Seance #601474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.62%

 BLUE value IS 116 (45.7% from 255) = 50%

R = 41.38%
G = 8.62%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#601474 (or 0x601474) is known color: Seance. HEX triplet: 60, 14 and 74. RGB value is (96,20,116). Sum of RGB (Red+Green+Blue) = 96+20+116=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #601474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601474 is #9FEB8B. Grayscale: #353535. Windows color (decimal): -10480524 or 7607392. OLE color: 7607392.

HSL color Cylindrical-coordinate representation of color #601474: hue angle of 287.5º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601474 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 20 116 -
CMYK 0.17 0.83 0 0.55
HSL 287.5º 0.71% 0.27% -
HSV(B) 287.5º 0.83% 0.45% -
XYZ 8.23 4.25 16.91 -
YUV 53.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 96 20 116 0.17 0.83 0 0.55 287.5 0.71 0.27
Hex 60 14 74 11 53 0 37 120 47 1B
Octal 140 24 164 21 123 0 67 440 107 33
Binary 1100000 10100 1110100 10001 1010011 0 110111 100100000 1000111 11011

Color Harmonies of #601474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601474

Black with #601474

Text Example


Text Example

White with #601474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601474; }

 p { color: rgb(96,20,116); }

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

background-color css

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

 a { background-color: rgb(96,20,116); }

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

border-color css

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

 span { border-color: rgb(96,20,116); }

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