Html Css Color HEX #530151 Tyrian Purple

📋 copy color: '#530151'

red 83 ◦ green 1 ◦ blue 81

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

Shades of Tyrian Purple #530151

Tints of Tyrian Purple #530151

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 50.3%
G = 0.61%
B = 49.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#530151 (or 0x530151) is known color: Tyrian Purple. HEX triplet: 53, 01 and 51. RGB value is (83,1,81). Sum of RGB (Red+Green+Blue) = 83+1+81=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #530151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530151 is #ACFEAE. Grayscale: #222222. Windows color (decimal): -11337391 or 5308755. OLE color: 5308755.

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

Color convert

RGB 83 1 81 -
CMYK 0 0.99 0.02 0.67
HSL 301.46º 0.98% 0.16% -
HSV(B) 301.46º 0.99% 0.33% -
XYZ 5.06 2.45 7.99 -
YUV 34.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 83 1 81 0 0.99 0.02 0.67 301.46 0.98 0.16
Hex 53 1 51 0 63 2 43 12D 62 10
Octal 123 1 121 0 143 2 103 455 142 20
Binary 1010011 1 1010001 0 1100011 10 1000011 100101101 1100010 10000

Color Harmonies of #530151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530151

Black with #530151

Text Example


Text Example

White with #530151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530151; }

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

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

background-color css

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

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

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

border-color css

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

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

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