Html Css Color HEX #510033 Tyrian Purple

📋 copy color: '#510033'

red 81 ◦ green 0 ◦ blue 51

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

Shades of Tyrian Purple #510033

Tints of Tyrian Purple #510033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.36%
G = 0%
B = 38.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#510033 (or 0x510033) is known color: Tyrian Purple. HEX triplet: 51, 00 and 33. RGB value is (81,0,51). Sum of RGB (Red+Green+Blue) = 81+0+51=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #510033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510033 is #AEFFCC. Grayscale: #1D1D1D. Windows color (decimal): -11468749 or 3342417. OLE color: 3342417.

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

Color convert

RGB 81 0 51 -
CMYK 0 1 0.37 0.68
HSL 322.22º 1% 0.16% -
HSV(B) 322.22º 1% 0.32% -
XYZ 3.99 1.99 3.31 -
YUV 30.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 81 0 51 0 1 0.37 0.68 322.22 1 0.16
Hex 51 0 33 0 64 25 44 142 64 10
Octal 121 0 63 0 144 45 104 502 144 20
Binary 1010001 0 110011 0 1100100 100101 1000100 101000010 1100100 10000

Color Harmonies of #510033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510033

Black with #510033

Text Example


Text Example

White with #510033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510033; }

 p { color: rgb(81,0,51); }

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

background-color css

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

 a { background-color: rgb(81,0,51); }

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

border-color css

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

 span { border-color: rgb(81,0,51); }

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