Html Css Color HEX #5B084B Tyrian Purple

📋 copy color: '#5B084B'

red 91 ◦ green 8 ◦ blue 75

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

Shades of Tyrian Purple #5B084B

Tints of Tyrian Purple #5B084B

RGB

 RED value IS 91 (35.94% from 255) = 52.3%

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

 BLUE value IS 75 (29.69% from 255) = 43.1%

R = 52.3%
G = 4.6%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#5B084B (or 0x5B084B) is known color: Tyrian Purple. HEX triplet: 5B, 08 and 4B. RGB value is (91,8,75). Sum of RGB (Red+Green+Blue) = 91+8+75=174 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52.30% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 91 - color contains mainly: red. Hex color #5B084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B084B is #A4F7B4. Grayscale: #282828. Windows color (decimal): -10811317 or 4917339. OLE color: 4917339.

HSL color Cylindrical-coordinate representation of color #5B084B: hue angle of 311.57º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B084B is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 8 75 -
CMYK 0 0.91 0.18 0.64
HSL 311.57º 0.84% 0.19% -
HSV(B) 311.57º 0.91% 0.36% -
XYZ 5.67 2.91 6.92 -
YUV 40.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 91 8 75 0 0.91 0.18 0.64 311.57 0.84 0.19
Hex 5B 8 4B 0 5B 12 40 138 54 13
Octal 133 10 113 0 133 22 100 470 124 23
Binary 1011011 1000 1001011 0 1011011 10010 1000000 100111000 1010100 10011

Color Harmonies of #5B084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B084B

Black with #5B084B

Text Example


Text Example

White with #5B084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,8,75); }

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

background-color css

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

 a { background-color: rgb(91,8,75); }

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

border-color css

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

 span { border-color: rgb(91,8,75); }

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