Html Css Color HEX #510345 Tyrian Purple

📋 copy color: '#510345'

red 81 ◦ green 3 ◦ blue 69

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

Shades of Tyrian Purple #510345

Tints of Tyrian Purple #510345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

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

R = 52.94%
G = 1.96%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#510345 (or 0x510345) is known color: Tyrian Purple. HEX triplet: 51, 03 and 45. RGB value is (81,3,69). Sum of RGB (Red+Green+Blue) = 81+3+69=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #510345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510345 is #AEFCBA. Grayscale: #212121. Windows color (decimal): -11467963 or 4522833. OLE color: 4522833.

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

Color convert

RGB 81 3 69 -
CMYK 0 0.96 0.15 0.68
HSL 309.23º 0.93% 0.16% -
HSV(B) 309.23º 0.96% 0.32% -
XYZ 4.5 2.24 5.83 -
YUV 33.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 81 3 69 0 0.96 0.15 0.68 309.23 0.93 0.16
Hex 51 3 45 0 60 F 44 135 5D 10
Octal 121 3 105 0 140 17 104 465 135 20
Binary 1010001 11 1000101 0 1100000 1111 1000100 100110101 1011101 10000

Color Harmonies of #510345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510345

Black with #510345

Text Example


Text Example

White with #510345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510345; }

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

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

background-color css

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

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

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

border-color css

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

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

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