Html Css Color HEX #500234 Tyrian Purple

📋 copy color: '#500234'

red 80 ◦ green 2 ◦ blue 52

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

Shades of Tyrian Purple #500234

Tints of Tyrian Purple #500234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 38.81%

R = 59.7%
G = 1.49%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#500234 (or 0x500234) is known color: Tyrian Purple. HEX triplet: 50, 02 and 34. RGB value is (80,2,52). Sum of RGB (Red+Green+Blue) = 80+2+52=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #500234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500234 is #AFFDCB. Grayscale: #1E1E1E. Windows color (decimal): -11533772 or 3408464. OLE color: 3408464.

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

Color convert

RGB 80 2 52 -
CMYK 0 0.98 0.35 0.69
HSL 321.54º 0.95% 0.16% -
HSV(B) 321.54º 0.98% 0.31% -
XYZ 3.95 2 3.43 -
YUV 31.02 139.84 162.93 -
System Red Green Blue C M Y K H S L
Decimal 80 2 52 0 0.98 0.35 0.69 321.54 0.95 0.16
Hex 50 2 34 0 62 23 45 142 5F 10
Octal 120 2 64 0 142 43 105 502 137 20
Binary 1010000 10 110100 0 1100010 100011 1000101 101000010 1011111 10000

Color Harmonies of #500234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500234

Black with #500234

Text Example


Text Example

White with #500234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500234; }

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

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

background-color css

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

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

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

border-color css

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

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

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