Html Css Color HEX #51073A Tyrian Purple

📋 copy color: '#51073A'

red 81 ◦ green 7 ◦ blue 58

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

Shades of Tyrian Purple #51073A

Tints of Tyrian Purple #51073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.79%

 BLUE value IS 58 (23.05% from 255) = 39.73%

R = 55.48%
G = 4.79%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#51073A (or 0x51073A) is known color: Tyrian Purple. HEX triplet: 51, 07 and 3A. RGB value is (81,7,58). Sum of RGB (Red+Green+Blue) = 81+7+58=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #51073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51073A is #AEF8C5. Grayscale: #222222. Windows color (decimal): -11466950 or 3802961. OLE color: 3802961.

HSL color Cylindrical-coordinate representation of color #51073A: hue angle of 318.65º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51073A is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 7 58 -
CMYK 0 0.91 0.28 0.68
HSL 318.65º 0.84% 0.17% -
HSV(B) 318.65º 0.91% 0.32% -
XYZ 4.23 2.21 4.21 -
YUV 34.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 81 7 58 0 0.91 0.28 0.68 318.65 0.84 0.17
Hex 51 7 3A 0 5B 1C 44 13F 54 11
Octal 121 7 72 0 133 34 104 477 124 21
Binary 1010001 111 111010 0 1011011 11100 1000100 100111111 1010100 10001

Color Harmonies of #51073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51073A

Black with #51073A

Text Example


Text Example

White with #51073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51073A; }

 p { color: rgb(81,7,58); }

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

background-color css

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

 a { background-color: rgb(81,7,58); }

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

border-color css

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

 span { border-color: rgb(81,7,58); }

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