Html Css Color HEX #601271 Seance

📋 copy color: '#601271'

red 96 ◦ green 18 ◦ blue 113

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

Shades of Seance #601271

Tints of Seance #601271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.93%

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

R = 42.29%
G = 7.93%
B = 49.78%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#601271 (or 0x601271) is known color: Seance. HEX triplet: 60, 12 and 71. RGB value is (96,18,113). Sum of RGB (Red+Green+Blue) = 96+18+113=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #601271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601271 is #9FED8E. Grayscale: #333333. Windows color (decimal): -10481039 or 7410272. OLE color: 7410272.

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

Color convert

RGB 96 18 113 -
CMYK 0.15 0.84 0 0.56
HSL 289.26º 0.73% 0.26% -
HSV(B) 289.26º 0.84% 0.44% -
XYZ 8.02 4.11 15.99 -
YUV 52.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 96 18 113 0.15 0.84 0 0.56 289.26 0.73 0.26
Hex 60 12 71 F 54 0 38 121 49 1A
Octal 140 22 161 17 124 0 70 441 111 32
Binary 1100000 10010 1110001 1111 1010100 0 111000 100100001 1001001 11010

Color Harmonies of #601271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601271

Black with #601271

Text Example


Text Example

White with #601271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601271; }

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

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

background-color css

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

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

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

border-color css

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

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

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