Html Css Color HEX #500233 Tyrian Purple

📋 copy color: '#500233'

red 80 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #500233

Tints of Tyrian Purple #500233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 38.35%

R = 60.15%
G = 1.5%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#500233 (or 0x500233) is known color: Tyrian Purple. HEX triplet: 50, 02 and 33. RGB value is (80,2,51). Sum of RGB (Red+Green+Blue) = 80+2+51=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #500233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500233 is #AFFDCC. Grayscale: #1E1E1E. Windows color (decimal): -11533773 or 3342928. OLE color: 3342928.

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

Color convert

RGB 80 2 51 -
CMYK 0 0.98 0.36 0.69
HSL 322.31º 0.95% 0.16% -
HSV(B) 322.31º 0.98% 0.31% -
XYZ 3.93 1.99 3.31 -
YUV 30.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 80 2 51 0 0.98 0.36 0.69 322.31 0.95 0.16
Hex 50 2 33 0 62 24 45 142 5F 10
Octal 120 2 63 0 142 44 105 502 137 20
Binary 1010000 10 110011 0 1100010 100100 1000101 101000010 1011111 10000

Color Harmonies of #500233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500233

Black with #500233

Text Example


Text Example

White with #500233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500233; }

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

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

background-color css

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

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

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

border-color css

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

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

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