Html Css Color HEX #601972 Seance

📋 copy color: '#601972'

red 96 ◦ green 25 ◦ blue 114

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

Shades of Seance #601972

Tints of Seance #601972

RGB

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

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

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

R = 40.85%
G = 10.64%
B = 48.51%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#601972 (or 0x601972) is known color: Seance. HEX triplet: 60, 19 and 72. RGB value is (96,25,114). Sum of RGB (Red+Green+Blue) = 96+25+114=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #601972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601972 is #9FE68D. Grayscale: #383838. Windows color (decimal): -10479246 or 7477600. OLE color: 7477600.

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

Color convert

RGB 96 25 114 -
CMYK 0.16 0.78 0 0.55
HSL 287.87º 0.64% 0.27% -
HSV(B) 287.87º 0.78% 0.45% -
XYZ 8.21 4.4 16.34 -
YUV 56.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 96 25 114 0.16 0.78 0 0.55 287.87 0.64 0.27
Hex 60 19 72 10 4E 0 37 120 40 1B
Octal 140 31 162 20 116 0 67 440 100 33
Binary 1100000 11001 1110010 10000 1001110 0 110111 100100000 1000000 11011

Color Harmonies of #601972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601972

Black with #601972

Text Example


Text Example

White with #601972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601972; }

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

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

background-color css

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

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

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

border-color css

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

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

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