Html Css Color HEX #51014B Tyrian Purple

📋 copy color: '#51014B'

red 81 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #51014B

Tints of Tyrian Purple #51014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 47.77%

R = 51.59%
G = 0.64%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#51014B (or 0x51014B) is known color: Tyrian Purple. HEX triplet: 51, 01 and 4B. RGB value is (81,1,75). Sum of RGB (Red+Green+Blue) = 81+1+75=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #51014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51014B is #AEFEB4. Grayscale: #212121. Windows color (decimal): -11468469 or 4915537. OLE color: 4915537.

HSL color Cylindrical-coordinate representation of color #51014B: hue angle of 304.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 #51014B is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 1 75 -
CMYK 0 0.99 0.07 0.68
HSL 304.5º 0.98% 0.16% -
HSV(B) 304.5º 0.99% 0.32% -
XYZ 4.67 2.28 6.85 -
YUV 33.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 81 1 75 0 0.99 0.07 0.68 304.5 0.98 0.16
Hex 51 1 4B 0 63 7 44 130 62 10
Octal 121 1 113 0 143 7 104 460 142 20
Binary 1010001 1 1001011 0 1100011 111 1000100 100110000 1100010 10000

Color Harmonies of #51014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51014B

Black with #51014B

Text Example


Text Example

White with #51014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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