Html Css Color HEX #5F023A Tyrian Purple

📋 copy color: '#5F023A'

red 95 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #5F023A

Tints of Tyrian Purple #5F023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

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

R = 61.29%
G = 1.29%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.63

RGB Variations

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

Color information

#5F023A (or 0x5F023A) is known color: Tyrian Purple. HEX triplet: 5F, 02 and 3A. RGB value is (95,2,58). Sum of RGB (Red+Green+Blue) = 95+2+58=155 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.29% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 95 - color contains mainly: red. Hex color #5F023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F023A is #A0FDC5. Grayscale: #242424. Windows color (decimal): -10550726 or 3801695. OLE color: 3801695.

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

Color convert

RGB 95 2 58 -
CMYK 0 0.98 0.39 0.63
HSL 323.87º 0.96% 0.19% -
HSV(B) 323.87º 0.98% 0.37% -
XYZ 5.5 2.78 4.25 -
YUV 36.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 95 2 58 0 0.98 0.39 0.63 323.87 0.96 0.19
Hex 5F 2 3A 0 62 27 3F 144 60 13
Octal 137 2 72 0 142 47 77 504 140 23
Binary 1011111 10 111010 0 1100010 100111 111111 101000100 1100000 10011

Color Harmonies of #5F023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F023A

Black with #5F023A

Text Example


Text Example

White with #5F023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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