Html Css Color HEX #51012F Tyrian Purple

📋 copy color: '#51012F'

red 81 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #51012F

Tints of Tyrian Purple #51012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 36.43%

R = 62.79%
G = 0.78%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.68

RGB Variations

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

Color information

#51012F (or 0x51012F) is known color: Tyrian Purple. HEX triplet: 51, 01 and 2F. RGB value is (81,1,47). Sum of RGB (Red+Green+Blue) = 81+1+47=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #51012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51012F is #AEFED0. Grayscale: #1E1E1E. Windows color (decimal): -11468497 or 3080529. OLE color: 3080529.

HSL color Cylindrical-coordinate representation of color #51012F: hue angle of 325.5º 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 #51012F is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 1 47 -
CMYK 0 0.99 0.42 0.68
HSL 325.5º 0.98% 0.16% -
HSV(B) 325.5º 0.99% 0.32% -
XYZ 3.92 1.98 2.86 -
YUV 30.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 81 1 47 0 0.99 0.42 0.68 325.5 0.98 0.16
Hex 51 1 2F 0 63 2A 44 146 62 10
Octal 121 1 57 0 143 52 104 506 142 20
Binary 1010001 1 101111 0 1100011 101010 1000100 101000110 1100010 10000

Color Harmonies of #51012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51012F

Black with #51012F

Text Example


Text Example

White with #51012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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