Html Css Color HEX #5F082D Tyrian Purple

📋 copy color: '#5F082D'

red 95 ◦ green 8 ◦ blue 45

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

Shades of Tyrian Purple #5F082D

Tints of Tyrian Purple #5F082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.41%

 BLUE value IS 45 (17.97% from 255) = 30.41%

R = 64.19%
G = 5.41%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.63

RGB Variations

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

Color information

#5F082D (or 0x5F082D) is known color: Tyrian Purple. HEX triplet: 5F, 08 and 2D. RGB value is (95,8,45). Sum of RGB (Red+Green+Blue) = 95+8+45=148 (19% of max value = 765). Red value is 95 (37.5% from 255 or 64.19% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 95 - color contains mainly: red. Hex color #5F082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F082D is #A0F7D2. Grayscale: #262626. Windows color (decimal): -10549203 or 2951263. OLE color: 2951263.

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

Color convert

RGB 95 8 45 -
CMYK 0 0.92 0.53 0.63
HSL 334.48º 0.84% 0.2% -
HSV(B) 334.48º 0.92% 0.37% -
XYZ 5.28 2.8 2.74 -
YUV 38.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 95 8 45 0 0.92 0.53 0.63 334.48 0.84 0.2
Hex 5F 8 2D 0 5C 35 3F 14E 54 14
Octal 137 10 55 0 134 65 77 516 124 24
Binary 1011111 1000 101101 0 1011100 110101 111111 101001110 1010100 10100

Color Harmonies of #5F082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F082D

Black with #5F082D

Text Example


Text Example

White with #5F082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,8,45); }

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

background-color css

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

 a { background-color: rgb(95,8,45); }

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

border-color css

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

 span { border-color: rgb(95,8,45); }

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