Html Css Color HEX #530051 Tyrian Purple

📋 copy color: '#530051'

red 83 ◦ green 0 ◦ blue 81

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

Shades of Tyrian Purple #530051

Tints of Tyrian Purple #530051

RGB

 RED value IS 83 (32.81% from 255) = 50.61%

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

 BLUE value IS 81 (32.03% from 255) = 49.39%

R = 50.61%
G = 0%
B = 49.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#530051 (or 0x530051) is known color: Tyrian Purple. HEX triplet: 53, 00 and 51. RGB value is (83,0,81). Sum of RGB (Red+Green+Blue) = 83+0+81=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #530051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530051 is #ACFFAE. Grayscale: #212121. Windows color (decimal): -11337647 or 5308499. OLE color: 5308499.

HSL color Cylindrical-coordinate representation of color #530051: hue angle of 301.45º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530051 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 81 -
CMYK 0 1 0.02 0.67
HSL 301.45º 1% 0.16% -
HSV(B) 301.45º 1% 0.33% -
XYZ 5.05 2.43 7.99 -
YUV 34.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 83 0 81 0 1 0.02 0.67 301.45 1 0.16
Hex 53 0 51 0 64 2 43 12D 64 10
Octal 123 0 121 0 144 2 103 455 144 20
Binary 1010011 0 1010001 0 1100100 10 1000011 100101101 1100100 10000

Color Harmonies of #530051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530051

Black with #530051

Text Example


Text Example

White with #530051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530051; }

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

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

background-color css

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

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

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

border-color css

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

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

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