Html Css Color HEX #5F043B Tyrian Purple

📋 copy color: '#5F043B'

red 95 ◦ green 4 ◦ blue 59

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

Shades of Tyrian Purple #5F043B

Tints of Tyrian Purple #5F043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.53%

 BLUE value IS 59 (23.44% from 255) = 37.34%

R = 60.13%
G = 2.53%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#5F043B (or 0x5F043B) is known color: Tyrian Purple. HEX triplet: 5F, 04 and 3B. RGB value is (95,4,59). Sum of RGB (Red+Green+Blue) = 95+4+59=158 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.13% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 95 - color contains mainly: red. Hex color #5F043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F043B is #A0FBC4. Grayscale: #252525. Windows color (decimal): -10550213 or 3867743. OLE color: 3867743.

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

Color convert

RGB 95 4 59 -
CMYK 0 0.96 0.38 0.63
HSL 323.74º 0.92% 0.19% -
HSV(B) 323.74º 0.96% 0.37% -
XYZ 5.55 2.84 4.39 -
YUV 37.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 95 4 59 0 0.96 0.38 0.63 323.74 0.92 0.19
Hex 5F 4 3B 0 60 26 3F 144 5C 13
Octal 137 4 73 0 140 46 77 504 134 23
Binary 1011111 100 111011 0 1100000 100110 111111 101000100 1011100 10011

Color Harmonies of #5F043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F043B

Black with #5F043B

Text Example


Text Example

White with #5F043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,4,59); }

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

background-color css

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

 a { background-color: rgb(95,4,59); }

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

border-color css

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

 span { border-color: rgb(95,4,59); }

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