#530251

Color #530251 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #530251

Tints of Tyrian Purple #530251

Color information

#530251 (or 0x530251) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 51. RGB value is (83,2,81). Sum of RGB (Red+Green+Blue) = 83+2+81=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #530251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530251 is #ACFDAE. Grayscale: #222222. Windows color (decimal): -11337135 or 5309011. OLE color: 5309011.

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

Color convert

RGB83281-
CMYK00.980.020.67
HSL301.48º95.29%16.67%-
HSV(B)301.48º97.59%32.55%-
XYZ5.072.488-
YUV35.22153.84162.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=50%
G=1.20%
B=48.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8328100.980.020.67301.4895.2916.67
Hex5325106224312d5f11
Octal12321210142210345513721
Binary101001110101000101100010101000011100101101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530251; }

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

 H1.HeaderClassName
 {
   color: #530251;
 }
 .AnyTagClassName
 {
   color: #530251;
 }
</style>
background-color css

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

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

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

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

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

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