Html Css Color HEX #510542 Tyrian Purple

📋 copy color: '#510542'

red 81 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #510542

Tints of Tyrian Purple #510542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

 BLUE value IS 66 (26.17% from 255) = 43.42%

R = 53.29%
G = 3.29%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#510542 (or 0x510542) is known color: Tyrian Purple. HEX triplet: 51, 05 and 42. RGB value is (81,5,66). Sum of RGB (Red+Green+Blue) = 81+5+66=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #510542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510542 is #AEFABD. Grayscale: #222222. Windows color (decimal): -11467454 or 4326737. OLE color: 4326737.

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

Color convert

RGB 81 5 66 -
CMYK 0 0.94 0.19 0.68
HSL 311.84º 0.88% 0.17% -
HSV(B) 311.84º 0.94% 0.32% -
XYZ 4.43 2.25 5.36 -
YUV 34.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 81 5 66 0 0.94 0.19 0.68 311.84 0.88 0.17
Hex 51 5 42 0 5E 13 44 138 58 11
Octal 121 5 102 0 136 23 104 470 130 21
Binary 1010001 101 1000010 0 1011110 10011 1000100 100111000 1011000 10001

Color Harmonies of #510542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510542

Black with #510542

Text Example


Text Example

White with #510542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510542; }

 p { color: rgb(81,5,66); }

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

background-color css

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

 a { background-color: rgb(81,5,66); }

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

border-color css

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

 span { border-color: rgb(81,5,66); }

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