Html Css Color HEX #510134 Tyrian Purple

📋 copy color: '#510134'

red 81 ◦ green 1 ◦ blue 52

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

Shades of Tyrian Purple #510134

Tints of Tyrian Purple #510134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 60.45%
G = 0.75%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#510134 (or 0x510134) is known color: Tyrian Purple. HEX triplet: 51, 01 and 34. RGB value is (81,1,52). Sum of RGB (Red+Green+Blue) = 81+1+52=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #510134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510134 is #AEFECB. Grayscale: #1E1E1E. Windows color (decimal): -11468492 or 3408209. OLE color: 3408209.

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

Color convert

RGB 81 1 52 -
CMYK 0 0.99 0.36 0.68
HSL 321.75º 0.98% 0.16% -
HSV(B) 321.75º 0.99% 0.32% -
XYZ 4.02 2.02 3.43 -
YUV 30.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 81 1 52 0 0.99 0.36 0.68 321.75 0.98 0.16
Hex 51 1 34 0 63 24 44 142 62 10
Octal 121 1 64 0 143 44 104 502 142 20
Binary 1010001 1 110100 0 1100011 100100 1000100 101000010 1100010 10000

Color Harmonies of #510134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510134

Black with #510134

Text Example


Text Example

White with #510134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510134; }

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

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

background-color css

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

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

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

border-color css

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

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

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