Html Css Color HEX #5F032F Tyrian Purple

📋 copy color: '#5F032F'

red 95 ◦ green 3 ◦ blue 47

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

Shades of Tyrian Purple #5F032F

Tints of Tyrian Purple #5F032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

 BLUE value IS 47 (18.75% from 255) = 32.41%

R = 65.52%
G = 2.07%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#5F032F (or 0x5F032F) is known color: Tyrian Purple. HEX triplet: 5F, 03 and 2F. RGB value is (95,3,47). Sum of RGB (Red+Green+Blue) = 95+3+47=145 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.52% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 95 - color contains mainly: red. Hex color #5F032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F032F is #A0FCD0. Grayscale: #232323. Windows color (decimal): -10550481 or 3081055. OLE color: 3081055.

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

Color convert

RGB 95 3 47 -
CMYK 0 0.97 0.51 0.63
HSL 331.3º 0.94% 0.19% -
HSV(B) 331.3º 0.97% 0.37% -
XYZ 5.26 2.7 2.93 -
YUV 35.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 95 3 47 0 0.97 0.51 0.63 331.3 0.94 0.19
Hex 5F 3 2F 0 61 33 3F 14B 5E 13
Octal 137 3 57 0 141 63 77 513 136 23
Binary 1011111 11 101111 0 1100001 110011 111111 101001011 1011110 10011

Color Harmonies of #5F032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F032F

Black with #5F032F

Text Example


Text Example

White with #5F032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,3,47); }

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

background-color css

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

 a { background-color: rgb(95,3,47); }

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

border-color css

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

 span { border-color: rgb(95,3,47); }

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