Html Css Color HEX #500245 Tyrian Purple

📋 copy color: '#500245'

red 80 ◦ green 2 ◦ blue 69

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

Shades of Tyrian Purple #500245

Tints of Tyrian Purple #500245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 45.7%

R = 52.98%
G = 1.32%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#500245 (or 0x500245) is known color: Tyrian Purple. HEX triplet: 50, 02 and 45. RGB value is (80,2,69). Sum of RGB (Red+Green+Blue) = 80+2+69=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #500245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500245 is #AFFDBA. Grayscale: #202020. Windows color (decimal): -11533755 or 4522576. OLE color: 4522576.

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

Color convert

RGB 80 2 69 -
CMYK 0 0.98 0.14 0.69
HSL 308.46º 0.95% 0.16% -
HSV(B) 308.46º 0.98% 0.31% -
XYZ 4.4 2.18 5.82 -
YUV 32.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 80 2 69 0 0.98 0.14 0.69 308.46 0.95 0.16
Hex 50 2 45 0 62 E 45 134 5F 10
Octal 120 2 105 0 142 16 105 464 137 20
Binary 1010000 10 1000101 0 1100010 1110 1000101 100110100 1011111 10000

Color Harmonies of #500245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500245

Black with #500245

Text Example


Text Example

White with #500245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500245; }

 p { color: rgb(80,2,69); }

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

background-color css

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

 a { background-color: rgb(80,2,69); }

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

border-color css

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

 span { border-color: rgb(80,2,69); }

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