Html Css Color HEX #5A062B Tyrian Purple

📋 copy color: '#5A062B'

red 90 ◦ green 6 ◦ blue 43

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

Shades of Tyrian Purple #5A062B

Tints of Tyrian Purple #5A062B

RGB

 RED value IS 90 (35.55% from 255) = 64.75%

 GREEN value IS 6 (2.73% from 255) = 4.32%

 BLUE value IS 43 (17.19% from 255) = 30.94%

R = 64.75%
G = 4.32%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#5A062B (or 0x5A062B) is known color: Tyrian Purple. HEX triplet: 5A, 06 and 2B. RGB value is (90,6,43). Sum of RGB (Red+Green+Blue) = 90+6+43=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A062B is #A5F9D4. Grayscale: #232323. Windows color (decimal): -10877397 or 2819674. OLE color: 2819674.

HSL color Cylindrical-coordinate representation of color #5A062B: hue angle of 333.57º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A062B is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 6 43 -
CMYK 0 0.93 0.52 0.65
HSL 333.57º 0.88% 0.19% -
HSV(B) 333.57º 0.93% 0.35% -
XYZ 4.72 2.48 2.52 -
YUV 35.33 132.33 166.99 -
System Red Green Blue C M Y K H S L
Decimal 90 6 43 0 0.93 0.52 0.65 333.57 0.88 0.19
Hex 5A 6 2B 0 5D 34 41 14E 58 13
Octal 132 6 53 0 135 64 101 516 130 23
Binary 1011010 110 101011 0 1011101 110100 1000001 101001110 1011000 10011

Color Harmonies of #5A062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A062B

Black with #5A062B

Text Example


Text Example

White with #5A062B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,6,43); }

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

background-color css

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

 a { background-color: rgb(90,6,43); }

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

border-color css

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

 span { border-color: rgb(90,6,43); }

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