Html Css Color HEX #5F003A Tyrian Purple

📋 copy color: '#5F003A'

red 95 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #5F003A

Tints of Tyrian Purple #5F003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 37.91%

R = 62.09%
G = 0%
B = 37.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.63

RGB Variations

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

Color information

#5F003A (or 0x5F003A) is known color: Tyrian Purple. HEX triplet: 5F, 00 and 3A. RGB value is (95,0,58). Sum of RGB (Red+Green+Blue) = 95+0+58=153 (20% of max value = 765). Red value is 95 (37.5% from 255 or 62.09% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 95 - color contains mainly: red. Hex color #5F003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F003A is #A0FFC5. Grayscale: #222222. Windows color (decimal): -10551238 or 3801183. OLE color: 3801183.

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

Color convert

RGB 95 0 58 -
CMYK 0 1 0.39 0.63
HSL 323.37º 1% 0.19% -
HSV(B) 323.37º 1% 0.37% -
XYZ 5.48 2.74 4.24 -
YUV 35.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 95 0 58 0 1 0.39 0.63 323.37 1 0.19
Hex 5F 0 3A 0 64 27 3F 143 64 13
Octal 137 0 72 0 144 47 77 503 144 23
Binary 1011111 0 111010 0 1100100 100111 111111 101000011 1100100 10011

Color Harmonies of #5F003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F003A

Black with #5F003A

Text Example


Text Example

White with #5F003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,0,58); }

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

background-color css

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

 a { background-color: rgb(95,0,58); }

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

border-color css

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

 span { border-color: rgb(95,0,58); }

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