Html Css Color HEX #510334 Tyrian Purple

📋 copy color: '#510334'

red 81 ◦ green 3 ◦ blue 52

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

Shades of Tyrian Purple #510334

Tints of Tyrian Purple #510334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.21%

 BLUE value IS 52 (20.7% from 255) = 38.24%

R = 59.56%
G = 2.21%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#510334 (or 0x510334) is known color: Tyrian Purple. HEX triplet: 51, 03 and 34. RGB value is (81,3,52). Sum of RGB (Red+Green+Blue) = 81+3+52=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #510334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510334 is #AEFCCB. Grayscale: #1F1F1F. Windows color (decimal): -11467980 or 3408721. OLE color: 3408721.

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

Color convert

RGB 81 3 52 -
CMYK 0 0.96 0.36 0.68
HSL 322.31º 0.93% 0.16% -
HSV(B) 322.31º 0.96% 0.32% -
XYZ 4.05 2.06 3.43 -
YUV 31.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 81 3 52 0 0.96 0.36 0.68 322.31 0.93 0.16
Hex 51 3 34 0 60 24 44 142 5D 10
Octal 121 3 64 0 140 44 104 502 135 20
Binary 1010001 11 110100 0 1100000 100100 1000100 101000010 1011101 10000

Color Harmonies of #510334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510334

Black with #510334

Text Example


Text Example

White with #510334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510334; }

 p { color: rgb(81,3,52); }

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

background-color css

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

 a { background-color: rgb(81,3,52); }

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

border-color css

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

 span { border-color: rgb(81,3,52); }

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