Html Css Color HEX #510247 Tyrian Purple

📋 copy color: '#510247'

red 81 ◦ green 2 ◦ blue 71

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

Shades of Tyrian Purple #510247

Tints of Tyrian Purple #510247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

 BLUE value IS 71 (28.13% from 255) = 46.1%

R = 52.6%
G = 1.3%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#510247 (or 0x510247) is known color: Tyrian Purple. HEX triplet: 51, 02 and 47. RGB value is (81,2,71). Sum of RGB (Red+Green+Blue) = 81+2+71=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #510247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510247 is #AEFDB8. Grayscale: #212121. Windows color (decimal): -11468217 or 4653649. OLE color: 4653649.

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

Color convert

RGB 81 2 71 -
CMYK 0 0.98 0.12 0.68
HSL 307.59º 0.95% 0.16% -
HSV(B) 307.59º 0.98% 0.32% -
XYZ 4.55 2.25 6.16 -
YUV 33.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 81 2 71 0 0.98 0.12 0.68 307.59 0.95 0.16
Hex 51 2 47 0 62 C 44 134 5F 10
Octal 121 2 107 0 142 14 104 464 137 20
Binary 1010001 10 1000111 0 1100010 1100 1000100 100110100 1011111 10000

Color Harmonies of #510247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510247

Black with #510247

Text Example


Text Example

White with #510247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510247; }

 p { color: rgb(81,2,71); }

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

background-color css

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

 a { background-color: rgb(81,2,71); }

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

border-color css

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

 span { border-color: rgb(81,2,71); }

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