Html Css Color HEX #51073F Tyrian Purple

📋 copy color: '#51073F'

red 81 ◦ green 7 ◦ blue 63

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

Shades of Tyrian Purple #51073F

Tints of Tyrian Purple #51073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 41.72%

R = 53.64%
G = 4.64%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#51073F (or 0x51073F) is known color: Tyrian Purple. HEX triplet: 51, 07 and 3F. RGB value is (81,7,63). Sum of RGB (Red+Green+Blue) = 81+7+63=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #51073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51073F is #AEF8C0. Grayscale: #232323. Windows color (decimal): -11466945 or 4130641. OLE color: 4130641.

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

Color convert

RGB 81 7 63 -
CMYK 0 0.91 0.22 0.68
HSL 314.59º 0.84% 0.17% -
HSV(B) 314.59º 0.91% 0.32% -
XYZ 4.37 2.26 4.91 -
YUV 35.51 143.52 160.45 -
System Red Green Blue C M Y K H S L
Decimal 81 7 63 0 0.91 0.22 0.68 314.59 0.84 0.17
Hex 51 7 3F 0 5B 16 44 13B 54 11
Octal 121 7 77 0 133 26 104 473 124 21
Binary 1010001 111 111111 0 1011011 10110 1000100 100111011 1010100 10001

Color Harmonies of #51073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51073F

Black with #51073F

Text Example


Text Example

White with #51073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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