Html Css Color HEX #601E71 Seance

📋 copy color: '#601E71'

red 96 ◦ green 30 ◦ blue 113

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

Shades of Seance #601E71

Tints of Seance #601E71

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.55%

 BLUE value IS 113 (44.53% from 255) = 47.28%

R = 40.17%
G = 12.55%
B = 47.28%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#601E71 (or 0x601E71) is known color: Seance. HEX triplet: 60, 1E and 71. RGB value is (96,30,113). Sum of RGB (Red+Green+Blue) = 96+30+113=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #601E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E71 is #9FE18E. Grayscale: #3A3A3A. Windows color (decimal): -10477967 or 7413344. OLE color: 7413344.

HSL color Cylindrical-coordinate representation of color #601E71: hue angle of 287.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601E71 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 30 113 -
CMYK 0.15 0.73 0 0.56
HSL 287.71º 0.58% 0.28% -
HSV(B) 287.71º 0.73% 0.44% -
XYZ 8.27 4.61 16.08 -
YUV 59.2 158.37 154.25 -
System Red Green Blue C M Y K H S L
Decimal 96 30 113 0.15 0.73 0 0.56 287.71 0.58 0.28
Hex 60 1E 71 F 49 0 38 120 3A 1C
Octal 140 36 161 17 111 0 70 440 72 34
Binary 1100000 11110 1110001 1111 1001001 0 111000 100100000 111010 11100

Color Harmonies of #601E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E71

Black with #601E71

Text Example


Text Example

White with #601E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601E71; }

 p { color: rgb(96,30,113); }

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

background-color css

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

 a { background-color: rgb(96,30,113); }

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

border-color css

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

 span { border-color: rgb(96,30,113); }

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