Html Css Color HEX #510748 Tyrian Purple

📋 copy color: '#510748'

red 81 ◦ green 7 ◦ blue 72

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

Shades of Tyrian Purple #510748

Tints of Tyrian Purple #510748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 45%

R = 50.63%
G = 4.38%
B = 45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#510748 (or 0x510748) is known color: Tyrian Purple. HEX triplet: 51, 07 and 48. RGB value is (81,7,72). Sum of RGB (Red+Green+Blue) = 81+7+72=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #510748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510748 is #AEF8B7. Grayscale: #242424. Windows color (decimal): -11466936 or 4720465. OLE color: 4720465.

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

Color convert

RGB 81 7 72 -
CMYK 0 0.91 0.11 0.68
HSL 307.3º 0.84% 0.17% -
HSV(B) 307.3º 0.91% 0.32% -
XYZ 4.64 2.37 6.34 -
YUV 36.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 81 7 72 0 0.91 0.11 0.68 307.3 0.84 0.17
Hex 51 7 48 0 5B B 44 133 54 11
Octal 121 7 110 0 133 13 104 463 124 21
Binary 1010001 111 1001000 0 1011011 1011 1000100 100110011 1010100 10001

Color Harmonies of #510748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510748

Black with #510748

Text Example


Text Example

White with #510748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510748; }

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

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

background-color css

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

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

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

border-color css

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

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

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