Html Css Color HEX #5B0F42 Tyrian Purple

📋 copy color: '#5B0F42'

red 91 ◦ green 15 ◦ blue 66

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

Shades of Tyrian Purple #5B0F42

Tints of Tyrian Purple #5B0F42

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.72%

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 52.91%
G = 8.72%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#5B0F42 (or 0x5B0F42) is known color: Tyrian Purple. HEX triplet: 5B, 0F and 42. RGB value is (91,15,66). Sum of RGB (Red+Green+Blue) = 91+15+66=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0F42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0F42 is #A4F0BD. Grayscale: #2B2B2B. Windows color (decimal): -10809534 or 4329307. OLE color: 4329307.

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

Color convert

RGB 91 15 66 -
CMYK 0 0.84 0.27 0.64
HSL 319.74º 0.72% 0.21% -
HSV(B) 319.74º 0.84% 0.36% -
XYZ 5.47 2.96 5.44 -
YUV 43.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 91 15 66 0 0.84 0.27 0.64 319.74 0.72 0.21
Hex 5B F 42 0 54 1B 40 140 48 15
Octal 133 17 102 0 124 33 100 500 110 25
Binary 1011011 1111 1000010 0 1010100 11011 1000000 101000000 1001000 10101

Color Harmonies of #5B0F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0F42

Black with #5B0F42

Text Example


Text Example

White with #5B0F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,15,66); }

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

background-color css

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

 a { background-color: rgb(91,15,66); }

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

border-color css

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

 span { border-color: rgb(91,15,66); }

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