Html Css Color HEX #51073C Tyrian Purple

📋 copy color: '#51073C'

red 81 ◦ green 7 ◦ blue 60

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

Shades of Tyrian Purple #51073C

Tints of Tyrian Purple #51073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 40.54%

R = 54.73%
G = 4.73%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#51073C (or 0x51073C) is known color: Tyrian Purple. HEX triplet: 51, 07 and 3C. RGB value is (81,7,60). Sum of RGB (Red+Green+Blue) = 81+7+60=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #51073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51073C is #AEF8C3. Grayscale: #232323. Windows color (decimal): -11466948 or 3934033. OLE color: 3934033.

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

Color convert

RGB 81 7 60 -
CMYK 0 0.91 0.26 0.68
HSL 317.03º 0.84% 0.17% -
HSV(B) 317.03º 0.91% 0.32% -
XYZ 4.28 2.23 4.48 -
YUV 35.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 81 7 60 0 0.91 0.26 0.68 317.03 0.84 0.17
Hex 51 7 3C 0 5B 1A 44 13D 54 11
Octal 121 7 74 0 133 32 104 475 124 21
Binary 1010001 111 111100 0 1011011 11010 1000100 100111101 1010100 10001

Color Harmonies of #51073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51073C

Black with #51073C

Text Example


Text Example

White with #51073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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