Html Css Color HEX #510030 Tyrian Purple

📋 copy color: '#510030'

red 81 ◦ green 0 ◦ blue 48

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

Shades of Tyrian Purple #510030

Tints of Tyrian Purple #510030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 37.21%

R = 62.79%
G = 0%
B = 37.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#510030 (or 0x510030) is known color: Tyrian Purple. HEX triplet: 51, 00 and 30. RGB value is (81,0,48). Sum of RGB (Red+Green+Blue) = 81+0+48=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #510030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510030 is #AEFFCF. Grayscale: #1D1D1D. Windows color (decimal): -11468752 or 3145809. OLE color: 3145809.

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

Color convert

RGB 81 0 48 -
CMYK 0 1 0.41 0.68
HSL 324.44º 1% 0.16% -
HSV(B) 324.44º 1% 0.32% -
XYZ 3.93 1.96 2.97 -
YUV 29.69 138.34 164.6 -
System Red Green Blue C M Y K H S L
Decimal 81 0 48 0 1 0.41 0.68 324.44 1 0.16
Hex 51 0 30 0 64 29 44 144 64 10
Octal 121 0 60 0 144 51 104 504 144 20
Binary 1010001 0 110000 0 1100100 101001 1000100 101000100 1100100 10000

Color Harmonies of #510030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510030

Black with #510030

Text Example


Text Example

White with #510030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510030; }

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

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

background-color css

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

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

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

border-color css

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

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

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