Html Css Color HEX #5A0130 Tyrian Purple

📋 copy color: '#5A0130'

red 90 ◦ green 1 ◦ blue 48

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

Shades of Tyrian Purple #5A0130

Tints of Tyrian Purple #5A0130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

 BLUE value IS 48 (19.14% from 255) = 34.53%

R = 64.75%
G = 0.72%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#5A0130 (or 0x5A0130) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 30. RGB value is (90,1,48). Sum of RGB (Red+Green+Blue) = 90+1+48=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0130 is #A5FECF. Grayscale: #202020. Windows color (decimal): -10878672 or 3146074. OLE color: 3146074.

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

Color convert

RGB 90 1 48 -
CMYK 0 0.99 0.47 0.65
HSL 328.31º 0.98% 0.18% -
HSV(B) 328.31º 0.99% 0.35% -
XYZ 4.76 2.41 3.01 -
YUV 32.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 90 1 48 0 0.99 0.47 0.65 328.31 0.98 0.18
Hex 5A 1 30 0 63 2F 41 148 62 12
Octal 132 1 60 0 143 57 101 510 142 22
Binary 1011010 1 110000 0 1100011 101111 1000001 101001000 1100010 10010

Color Harmonies of #5A0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0130

Black with #5A0130

Text Example


Text Example

White with #5A0130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,1,48); }

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

background-color css

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

 a { background-color: rgb(90,1,48); }

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

border-color css

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

 span { border-color: rgb(90,1,48); }

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