Html Css Color HEX #601670 Seance

📋 copy color: '#601670'

red 96 ◦ green 22 ◦ blue 112

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

Shades of Seance #601670

Tints of Seance #601670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.57%

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

R = 41.74%
G = 9.57%
B = 48.7%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#601670 (or 0x601670) is known color: Seance. HEX triplet: 60, 16 and 70. RGB value is (96,22,112). Sum of RGB (Red+Green+Blue) = 96+22+112=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #601670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601670 is #9FE98F. Grayscale: #363636. Windows color (decimal): -10480016 or 7345760. OLE color: 7345760.

HSL color Cylindrical-coordinate representation of color #601670: hue angle of 289.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601670 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 22 112 -
CMYK 0.14 0.80 0 0.56
HSL 289.33º 0.67% 0.26% -
HSV(B) 289.33º 0.8% 0.44% -
XYZ 8.04 4.23 15.72 -
YUV 54.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 96 22 112 0.14 0.80 0 0.56 289.33 0.67 0.26
Hex 60 16 70 E 50 0 38 121 43 1A
Octal 140 26 160 16 120 0 70 441 103 32
Binary 1100000 10110 1110000 1110 1010000 0 111000 100100001 1000011 11010

Color Harmonies of #601670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601670

Black with #601670

Text Example


Text Example

White with #601670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601670; }

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

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

background-color css

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

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

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

border-color css

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

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

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