Html Css Color HEX #510338 Tyrian Purple

📋 copy color: '#510338'

red 81 ◦ green 3 ◦ blue 56

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

Shades of Tyrian Purple #510338

Tints of Tyrian Purple #510338

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

 BLUE value IS 56 (22.27% from 255) = 40%

R = 57.86%
G = 2.14%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#510338 (or 0x510338) is known color: Tyrian Purple. HEX triplet: 51, 03 and 38. RGB value is (81,3,56). Sum of RGB (Red+Green+Blue) = 81+3+56=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #510338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510338 is #AEFCC7. Grayscale: #202020. Windows color (decimal): -11467976 or 3670865. OLE color: 3670865.

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

Color convert

RGB 81 3 56 -
CMYK 0 0.96 0.31 0.68
HSL 319.23º 0.93% 0.16% -
HSV(B) 319.23º 0.96% 0.32% -
XYZ 4.14 2.1 3.93 -
YUV 32.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 81 3 56 0 0.96 0.31 0.68 319.23 0.93 0.16
Hex 51 3 38 0 60 1F 44 13F 5D 10
Octal 121 3 70 0 140 37 104 477 135 20
Binary 1010001 11 111000 0 1100000 11111 1000100 100111111 1011101 10000

Color Harmonies of #510338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510338

Black with #510338

Text Example


Text Example

White with #510338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510338; }

 p { color: rgb(81,3,56); }

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

background-color css

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

 a { background-color: rgb(81,3,56); }

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

border-color css

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

 span { border-color: rgb(81,3,56); }

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