Html Css Color HEX #5A0452 Tyrian Purple

📋 copy color: '#5A0452'

red 90 ◦ green 4 ◦ blue 82

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

Shades of Tyrian Purple #5A0452

Tints of Tyrian Purple #5A0452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.27%

 BLUE value IS 82 (32.42% from 255) = 46.59%

R = 51.14%
G = 2.27%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#5A0452 (or 0x5A0452) is known color: Tyrian Purple. HEX triplet: 5A, 04 and 52. RGB value is (90,4,82). Sum of RGB (Red+Green+Blue) = 90+4+82=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0452 is #A5FBAD. Grayscale: #262626. Windows color (decimal): -10877870 or 5375066. OLE color: 5375066.

HSL color Cylindrical-coordinate representation of color #5A0452: hue angle of 305.58º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0452 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 4 82 -
CMYK 0 0.96 0.09 0.65
HSL 305.58º 0.91% 0.18% -
HSV(B) 305.58º 0.96% 0.35% -
XYZ 5.78 2.87 8.23 -
YUV 38.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 90 4 82 0 0.96 0.09 0.65 305.58 0.91 0.18
Hex 5A 4 52 0 60 9 41 132 5B 12
Octal 132 4 122 0 140 11 101 462 133 22
Binary 1011010 100 1010010 0 1100000 1001 1000001 100110010 1011011 10010

Color Harmonies of #5A0452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0452

Black with #5A0452

Text Example


Text Example

White with #5A0452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,4,82); }

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

background-color css

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

 a { background-color: rgb(90,4,82); }

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

border-color css

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

 span { border-color: rgb(90,4,82); }

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