Html Css Color HEX #510735 Tyrian Purple

📋 copy color: '#510735'

red 81 ◦ green 7 ◦ blue 53

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

Shades of Tyrian Purple #510735

Tints of Tyrian Purple #510735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 37.59%

R = 57.45%
G = 4.96%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#510735 (or 0x510735) is known color: Tyrian Purple. HEX triplet: 51, 07 and 35. RGB value is (81,7,53). Sum of RGB (Red+Green+Blue) = 81+7+53=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #510735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510735 is #AEF8CA. Grayscale: #222222. Windows color (decimal): -11466955 or 3475281. OLE color: 3475281.

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

Color convert

RGB 81 7 53 -
CMYK 0 0.91 0.35 0.68
HSL 322.7º 0.84% 0.17% -
HSV(B) 322.7º 0.91% 0.32% -
XYZ 4.11 2.16 3.57 -
YUV 34.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 81 7 53 0 0.91 0.35 0.68 322.7 0.84 0.17
Hex 51 7 35 0 5B 23 44 143 54 11
Octal 121 7 65 0 133 43 104 503 124 21
Binary 1010001 111 110101 0 1011011 100011 1000100 101000011 1010100 10001

Color Harmonies of #510735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510735

Black with #510735

Text Example


Text Example

White with #510735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510735; }

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

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

background-color css

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

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

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

border-color css

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

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

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