Html Css Color HEX #510842 Tyrian Purple

📋 copy color: '#510842'

red 81 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #510842

Tints of Tyrian Purple #510842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

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

R = 52.26%
G = 5.16%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#510842 (or 0x510842) is known color: Tyrian Purple. HEX triplet: 51, 08 and 42. RGB value is (81,8,66). Sum of RGB (Red+Green+Blue) = 81+8+66=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #510842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510842 is #AEF7BD. Grayscale: #242424. Windows color (decimal): -11466686 or 4327505. OLE color: 4327505.

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

Color convert

RGB 81 8 66 -
CMYK 0 0.90 0.19 0.68
HSL 312.33º 0.82% 0.17% -
HSV(B) 312.33º 0.9% 0.32% -
XYZ 4.46 2.32 5.37 -
YUV 36.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 81 8 66 0 0.90 0.19 0.68 312.33 0.82 0.17
Hex 51 8 42 0 5A 13 44 138 52 11
Octal 121 10 102 0 132 23 104 470 122 21
Binary 1010001 1000 1000010 0 1011010 10011 1000100 100111000 1010010 10001

Color Harmonies of #510842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510842

Black with #510842

Text Example


Text Example

White with #510842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510842; }

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

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

background-color css

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

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

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

border-color css

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

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

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