Html Css Color HEX #510045 Tyrian Purple

📋 copy color: '#510045'

red 81 ◦ green 0 ◦ blue 69

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

Shades of Tyrian Purple #510045

Tints of Tyrian Purple #510045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 69 (27.34% from 255) = 46%

R = 54%
G = 0%
B = 46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#510045 (or 0x510045) is known color: Tyrian Purple. HEX triplet: 51, 00 and 45. RGB value is (81,0,69). Sum of RGB (Red+Green+Blue) = 81+0+69=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #510045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510045 is #AEFFBA. Grayscale: #1F1F1F. Windows color (decimal): -11468731 or 4522065. OLE color: 4522065.

HSL color Cylindrical-coordinate representation of color #510045: hue angle of 308.89º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510045 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 0 69 -
CMYK 0 1 0.15 0.68
HSL 308.89º 1% 0.16% -
HSV(B) 308.89º 1% 0.32% -
XYZ 4.47 2.18 5.82 -
YUV 32.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 81 0 69 0 1 0.15 0.68 308.89 1 0.16
Hex 51 0 45 0 64 F 44 135 64 10
Octal 121 0 105 0 144 17 104 465 144 20
Binary 1010001 0 1000101 0 1100100 1111 1000100 100110101 1100100 10000

Color Harmonies of #510045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510045

Black with #510045

Text Example


Text Example

White with #510045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510045; }

 p { color: rgb(81,0,69); }

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

background-color css

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

 a { background-color: rgb(81,0,69); }

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

border-color css

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

 span { border-color: rgb(81,0,69); }

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