Html Css Color HEX #5F0846 Tyrian Purple

📋 copy color: '#5F0846'

red 95 ◦ green 8 ◦ blue 70

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

Shades of Tyrian Purple #5F0846

Tints of Tyrian Purple #5F0846

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

 BLUE value IS 70 (27.73% from 255) = 40.46%

R = 54.91%
G = 4.62%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#5F0846 (or 0x5F0846) is known color: Tyrian Purple. HEX triplet: 5F, 08 and 46. RGB value is (95,8,70). Sum of RGB (Red+Green+Blue) = 95+8+70=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0846 is #A0F7B9. Grayscale: #282828. Windows color (decimal): -10549178 or 4589663. OLE color: 4589663.

HSL color Cylindrical-coordinate representation of color #5F0846: hue angle of 317.24º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F0846 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 8 70 -
CMYK 0 0.92 0.26 0.63
HSL 317.24º 0.84% 0.2% -
HSV(B) 317.24º 0.92% 0.37% -
XYZ 5.91 3.05 6.07 -
YUV 41.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 95 8 70 0 0.92 0.26 0.63 317.24 0.84 0.2
Hex 5F 8 46 0 5C 1A 3F 13D 54 14
Octal 137 10 106 0 134 32 77 475 124 24
Binary 1011111 1000 1000110 0 1011100 11010 111111 100111101 1010100 10100

Color Harmonies of #5F0846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0846

Black with #5F0846

Text Example


Text Example

White with #5F0846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,8,70); }

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

background-color css

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

 a { background-color: rgb(95,8,70); }

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

border-color css

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

 span { border-color: rgb(95,8,70); }

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