Html Css Color HEX #510243 Tyrian Purple

📋 copy color: '#510243'

red 81 ◦ green 2 ◦ blue 67

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

Shades of Tyrian Purple #510243

Tints of Tyrian Purple #510243

RGB

 RED value IS 81 (32.03% from 255) = 54%

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

 BLUE value IS 67 (26.56% from 255) = 44.67%

R = 54%
G = 1.33%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#510243 (or 0x510243) is known color: Tyrian Purple. HEX triplet: 51, 02 and 43. RGB value is (81,2,67). Sum of RGB (Red+Green+Blue) = 81+2+67=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #510243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510243 is #AEFDBC. Grayscale: #202020. Windows color (decimal): -11468221 or 4391505. OLE color: 4391505.

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

Color convert

RGB 81 2 67 -
CMYK 0 0.98 0.17 0.68
HSL 310.63º 0.95% 0.16% -
HSV(B) 310.63º 0.98% 0.32% -
XYZ 4.43 2.2 5.5 -
YUV 33.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 81 2 67 0 0.98 0.17 0.68 310.63 0.95 0.16
Hex 51 2 43 0 62 11 44 137 5F 10
Octal 121 2 103 0 142 21 104 467 137 20
Binary 1010001 10 1000011 0 1100010 10001 1000100 100110111 1011111 10000

Color Harmonies of #510243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510243

Black with #510243

Text Example


Text Example

White with #510243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510243; }

 p { color: rgb(81,2,67); }

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

background-color css

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

 a { background-color: rgb(81,2,67); }

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

border-color css

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

 span { border-color: rgb(81,2,67); }

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