Html Css Color HEX #5F043F Tyrian Purple

📋 copy color: '#5F043F'

red 95 ◦ green 4 ◦ blue 63

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

Shades of Tyrian Purple #5F043F

Tints of Tyrian Purple #5F043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 38.89%

R = 58.64%
G = 2.47%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.63

RGB Variations

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

Color information

#5F043F (or 0x5F043F) is known color: Tyrian Purple. HEX triplet: 5F, 04 and 3F. RGB value is (95,4,63). Sum of RGB (Red+Green+Blue) = 95+4+63=162 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.64% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 95 - color contains mainly: red. Hex color #5F043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F043F is #A0FBC0. Grayscale: #252525. Windows color (decimal): -10550209 or 4129887. OLE color: 4129887.

HSL color Cylindrical-coordinate representation of color #5F043F: hue angle of 321.1º 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 #5F043F is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 4 63 -
CMYK 0 0.96 0.34 0.63
HSL 321.1º 0.92% 0.19% -
HSV(B) 321.1º 0.96% 0.37% -
XYZ 5.66 2.88 4.96 -
YUV 37.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 95 4 63 0 0.96 0.34 0.63 321.1 0.92 0.19
Hex 5F 4 3F 0 60 22 3F 141 5C 13
Octal 137 4 77 0 140 42 77 501 134 23
Binary 1011111 100 111111 0 1100000 100010 111111 101000001 1011100 10011

Color Harmonies of #5F043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F043F

Black with #5F043F

Text Example


Text Example

White with #5F043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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