Html Css Color HEX #601472 Seance

📋 copy color: '#601472'

red 96 ◦ green 20 ◦ blue 114

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

Shades of Seance #601472

Tints of Seance #601472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.57%

R = 41.74%
G = 8.7%
B = 49.57%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#601472 (or 0x601472) is known color: Seance. HEX triplet: 60, 14 and 72. RGB value is (96,20,114). Sum of RGB (Red+Green+Blue) = 96+20+114=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #601472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601472 is #9FEB8D. Grayscale: #353535. Windows color (decimal): -10480526 or 7476320. OLE color: 7476320.

HSL color Cylindrical-coordinate representation of color #601472: hue angle of 288.51º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601472 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 20 114 -
CMYK 0.16 0.82 0 0.55
HSL 288.51º 0.7% 0.26% -
HSV(B) 288.51º 0.82% 0.45% -
XYZ 8.11 4.2 16.3 -
YUV 53.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 96 20 114 0.16 0.82 0 0.55 288.51 0.7 0.26
Hex 60 14 72 10 52 0 37 121 46 1A
Octal 140 24 162 20 122 0 67 441 106 32
Binary 1100000 10100 1110010 10000 1010010 0 110111 100100001 1000110 11010

Color Harmonies of #601472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601472

Black with #601472

Text Example


Text Example

White with #601472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601472; }

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

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

background-color css

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

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

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

border-color css

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

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

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