Html Css Color HEX #510C44 Tyrian Purple

📋 copy color: '#510C44'

red 81 ◦ green 12 ◦ blue 68

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

Shades of Tyrian Purple #510C44

Tints of Tyrian Purple #510C44

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.45%

 BLUE value IS 68 (26.95% from 255) = 42.24%

R = 50.31%
G = 7.45%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#510C44 (or 0x510C44) is known color: Tyrian Purple. HEX triplet: 51, 0C and 44. RGB value is (81,12,68). Sum of RGB (Red+Green+Blue) = 81+12+68=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #510C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510C44 is #AEF3BB. Grayscale: #262626. Windows color (decimal): -11465660 or 4459601. OLE color: 4459601.

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

Color convert

RGB 81 12 68 -
CMYK 0 0.85 0.16 0.68
HSL 311.3º 0.74% 0.18% -
HSV(B) 311.3º 0.85% 0.32% -
XYZ 4.57 2.43 5.7 -
YUV 39.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 81 12 68 0 0.85 0.16 0.68 311.3 0.74 0.18
Hex 51 C 44 0 55 10 44 137 4A 12
Octal 121 14 104 0 125 20 104 467 112 22
Binary 1010001 1100 1000100 0 1010101 10000 1000100 100110111 1001010 10010

Color Harmonies of #510C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510C44

Black with #510C44

Text Example


Text Example

White with #510C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510C44; }

 p { color: rgb(81,12,68); }

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

background-color css

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

 a { background-color: rgb(81,12,68); }

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

border-color css

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

 span { border-color: rgb(81,12,68); }

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