Html Css Color HEX #5F1571 Seance

📋 copy color: '#5F1571'

red 95 ◦ green 21 ◦ blue 113

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

Shades of Seance #5F1571

Tints of Seance #5F1571

RGB

 RED value IS 95 (37.5% from 255) = 41.48%

 GREEN value IS 21 (8.59% from 255) = 9.17%

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

R = 41.48%
G = 9.17%
B = 49.34%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5F1571 (or 0x5F1571) is known color: Seance. HEX triplet: 5F, 15 and 71. RGB value is (95,21,113). Sum of RGB (Red+Green+Blue) = 95+21+113=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F1571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1571 is #A0EA8E. Grayscale: #353535. Windows color (decimal): -10545807 or 7411039. OLE color: 7411039.

HSL color Cylindrical-coordinate representation of color #5F1571: hue angle of 288.26º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F1571 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 21 113 -
CMYK 0.16 0.81 0 0.56
HSL 288.26º 0.69% 0.26% -
HSV(B) 288.26º 0.81% 0.44% -
XYZ 7.97 4.16 16.01 -
YUV 53.61 161.52 157.52 -
System Red Green Blue C M Y K H S L
Decimal 95 21 113 0.16 0.81 0 0.56 288.26 0.69 0.26
Hex 5F 15 71 10 51 0 38 120 45 1A
Octal 137 25 161 20 121 0 70 440 105 32
Binary 1011111 10101 1110001 10000 1010001 0 111000 100100000 1000101 11010

Color Harmonies of #5F1571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1571

Black with #5F1571

Text Example


Text Example

White with #5F1571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F1571; }

 p { color: rgb(95,21,113); }

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

background-color css

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

 a { background-color: rgb(95,21,113); }

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

border-color css

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

 span { border-color: rgb(95,21,113); }

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