Html Css Color HEX #500246 Tyrian Purple

📋 copy color: '#500246'

red 80 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #500246

Tints of Tyrian Purple #500246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 46.05%

R = 52.63%
G = 1.32%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#500246 (or 0x500246) is known color: Tyrian Purple. HEX triplet: 50, 02 and 46. RGB value is (80,2,70). Sum of RGB (Red+Green+Blue) = 80+2+70=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #500246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500246 is #AFFDB9. Grayscale: #202020. Windows color (decimal): -11533754 or 4588112. OLE color: 4588112.

HSL color Cylindrical-coordinate representation of color #500246: hue angle of 307.69º 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 #500246 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 2 70 -
CMYK 0 0.98 0.12 0.69
HSL 307.69º 0.95% 0.16% -
HSV(B) 307.69º 0.98% 0.31% -
XYZ 4.44 2.19 5.98 -
YUV 33.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 80 2 70 0 0.98 0.12 0.69 307.69 0.95 0.16
Hex 50 2 46 0 62 C 45 134 5F 10
Octal 120 2 106 0 142 14 105 464 137 20
Binary 1010000 10 1000110 0 1100010 1100 1000101 100110100 1011111 10000

Color Harmonies of #500246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500246

Black with #500246

Text Example


Text Example

White with #500246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500246; }

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

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

background-color css

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

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

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

border-color css

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

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

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