Html Css Color HEX #5B0243 Tyrian Purple

📋 copy color: '#5B0243'

red 91 ◦ green 2 ◦ blue 67

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

Shades of Tyrian Purple #5B0243

Tints of Tyrian Purple #5B0243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 41.88%

R = 56.88%
G = 1.25%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#5B0243 (or 0x5B0243) is known color: Tyrian Purple. HEX triplet: 5B, 02 and 43. RGB value is (91,2,67). Sum of RGB (Red+Green+Blue) = 91+2+67=160 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.88% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0243 is #A4FDBC. Grayscale: #232323. Windows color (decimal): -10812861 or 4391515. OLE color: 4391515.

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

Color convert

RGB 91 2 67 -
CMYK 0 0.98 0.26 0.64
HSL 316.18º 0.96% 0.18% -
HSV(B) 316.18º 0.98% 0.36% -
XYZ 5.35 2.67 5.54 -
YUV 36.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 91 2 67 0 0.98 0.26 0.64 316.18 0.96 0.18
Hex 5B 2 43 0 62 1A 40 13C 60 12
Octal 133 2 103 0 142 32 100 474 140 22
Binary 1011011 10 1000011 0 1100010 11010 1000000 100111100 1100000 10010

Color Harmonies of #5B0243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0243

Black with #5B0243

Text Example


Text Example

White with #5B0243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,2,67); }

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

background-color css

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

 a { background-color: rgb(91,2,67); }

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

border-color css

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

 span { border-color: rgb(91,2,67); }

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