Html Css Color HEX #5F2575 Seance

📋 copy color: '#5F2575'

red 95 ◦ green 37 ◦ blue 117

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

Shades of Seance #5F2575

Tints of Seance #5F2575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 38.15%
G = 14.86%
B = 46.99%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5F2575 (or 0x5F2575) is known color: Seance. HEX triplet: 5F, 25 and 75. RGB value is (95,37,117). Sum of RGB (Red+Green+Blue) = 95+37+117=249 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.15% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #5F2575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2575 is #A0DA8A. Grayscale: #3F3F3F. Windows color (decimal): -10541707 or 7677279. OLE color: 7677279.

HSL color Cylindrical-coordinate representation of color #5F2575: hue angle of 283.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F2575 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 37 117 -
CMYK 0.19 0.68 0 0.54
HSL 283.5º 0.52% 0.3% -
HSV(B) 283.5º 0.68% 0.46% -
XYZ 8.59 5.04 17.35 -
YUV 63.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 95 37 117 0.19 0.68 0 0.54 283.5 0.52 0.3
Hex 5F 25 75 13 44 0 36 11C 34 1E
Octal 137 45 165 23 104 0 66 434 64 36
Binary 1011111 100101 1110101 10011 1000100 0 110110 100011100 110100 11110

Color Harmonies of #5F2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2575

Black with #5F2575

Text Example


Text Example

White with #5F2575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,37,117); }

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

background-color css

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

 a { background-color: rgb(95,37,117); }

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

border-color css

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

 span { border-color: rgb(95,37,117); }

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