Html Css Color HEX #500130 Tyrian Purple

📋 copy color: '#500130'

red 80 ◦ green 1 ◦ blue 48

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

Shades of Tyrian Purple #500130

Tints of Tyrian Purple #500130

RGB

 RED value IS 80 (31.64% from 255) = 62.02%

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

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

R = 62.02%
G = 0.78%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#500130 (or 0x500130) is known color: Tyrian Purple. HEX triplet: 50, 01 and 30. RGB value is (80,1,48). Sum of RGB (Red+Green+Blue) = 80+1+48=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #500130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500130 is #AFFECF. Grayscale: #1D1D1D. Windows color (decimal): -11534032 or 3146064. OLE color: 3146064.

HSL color Cylindrical-coordinate representation of color #500130: hue angle of 324.3º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500130 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 1 48 -
CMYK 0 0.99 0.40 0.69
HSL 324.3º 0.98% 0.16% -
HSV(B) 324.3º 0.99% 0.31% -
XYZ 3.85 1.94 2.97 -
YUV 29.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 80 1 48 0 0.99 0.40 0.69 324.3 0.98 0.16
Hex 50 1 30 0 63 28 45 144 62 10
Octal 120 1 60 0 143 50 105 504 142 20
Binary 1010000 1 110000 0 1100011 101000 1000101 101000100 1100010 10000

Color Harmonies of #500130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500130

Black with #500130

Text Example


Text Example

White with #500130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500130; }

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

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

background-color css

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

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

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

border-color css

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

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

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