Html Css Color HEX #601870 Seance

📋 copy color: '#601870'

red 96 ◦ green 24 ◦ blue 112

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

Shades of Seance #601870

Tints of Seance #601870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

 BLUE value IS 112 (44.14% from 255) = 48.28%

R = 41.38%
G = 10.34%
B = 48.28%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#601870 (or 0x601870) is known color: Seance. HEX triplet: 60, 18 and 70. RGB value is (96,24,112). Sum of RGB (Red+Green+Blue) = 96+24+112=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #601870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601870 is #9FE78F. Grayscale: #373737. Windows color (decimal): -10479504 or 7346272. OLE color: 7346272.

HSL color Cylindrical-coordinate representation of color #601870: hue angle of 289.09º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601870 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 24 112 -
CMYK 0.14 0.79 0 0.56
HSL 289.09º 0.65% 0.27% -
HSV(B) 289.09º 0.79% 0.44% -
XYZ 8.08 4.31 15.74 -
YUV 55.56 159.85 156.84 -
System Red Green Blue C M Y K H S L
Decimal 96 24 112 0.14 0.79 0 0.56 289.09 0.65 0.27
Hex 60 18 70 E 4F 0 38 121 41 1B
Octal 140 30 160 16 117 0 70 441 101 33
Binary 1100000 11000 1110000 1110 1001111 0 111000 100100001 1000001 11011

Color Harmonies of #601870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601870

Black with #601870

Text Example


Text Example

White with #601870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601870; }

 p { color: rgb(96,24,112); }

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

background-color css

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

 a { background-color: rgb(96,24,112); }

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

border-color css

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

 span { border-color: rgb(96,24,112); }

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