Html Css Color HEX #510234 Tyrian Purple

📋 copy color: '#510234'

red 81 ◦ green 2 ◦ blue 52

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

Shades of Tyrian Purple #510234

Tints of Tyrian Purple #510234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 38.52%

R = 60%
G = 1.48%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#510234 (or 0x510234) is known color: Tyrian Purple. HEX triplet: 51, 02 and 34. RGB value is (81,2,52). Sum of RGB (Red+Green+Blue) = 81+2+52=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #510234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510234 is #AEFDCB. Grayscale: #1F1F1F. Windows color (decimal): -11468236 or 3408465. OLE color: 3408465.

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

Color convert

RGB 81 2 52 -
CMYK 0 0.98 0.36 0.68
HSL 322.03º 0.95% 0.16% -
HSV(B) 322.03º 0.98% 0.32% -
XYZ 4.03 2.04 3.43 -
YUV 31.32 139.67 163.43 -
System Red Green Blue C M Y K H S L
Decimal 81 2 52 0 0.98 0.36 0.68 322.03 0.95 0.16
Hex 51 2 34 0 62 24 44 142 5F 10
Octal 121 2 64 0 142 44 104 502 137 20
Binary 1010001 10 110100 0 1100010 100100 1000100 101000010 1011111 10000

Color Harmonies of #510234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510234

Black with #510234

Text Example


Text Example

White with #510234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510234; }

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

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

background-color css

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

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

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

border-color css

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

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

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