Html Css Color HEX #510942 Tyrian Purple

📋 copy color: '#510942'

red 81 ◦ green 9 ◦ blue 66

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

Shades of Tyrian Purple #510942

Tints of Tyrian Purple #510942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.77%

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

R = 51.92%
G = 5.77%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#510942 (or 0x510942) is known color: Tyrian Purple. HEX triplet: 51, 09 and 42. RGB value is (81,9,66). Sum of RGB (Red+Green+Blue) = 81+9+66=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #510942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510942 is #AEF6BD. Grayscale: #242424. Windows color (decimal): -11466430 or 4327761. OLE color: 4327761.

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

Color convert

RGB 81 9 66 -
CMYK 0 0.89 0.19 0.68
HSL 312.5º 0.8% 0.18% -
HSV(B) 312.5º 0.89% 0.32% -
XYZ 4.47 2.34 5.37 -
YUV 37.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 81 9 66 0 0.89 0.19 0.68 312.5 0.8 0.18
Hex 51 9 42 0 59 13 44 138 50 12
Octal 121 11 102 0 131 23 104 470 120 22
Binary 1010001 1001 1000010 0 1011001 10011 1000100 100111000 1010000 10010

Color Harmonies of #510942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510942

Black with #510942

Text Example


Text Example

White with #510942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510942; }

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

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

background-color css

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

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

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

border-color css

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

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

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