#530229

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

Shades of Tyrian Purple #530229

Tints of Tyrian Purple #530229

Color information

#530229 (or 0x530229) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 29. RGB value is (83,2,41). Sum of RGB (Red+Green+Blue) = 83+2+41=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #530229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530229 is #ACFDD6. Grayscale: #1E1E1E. Windows color (decimal): -11337175 or 2687571. OLE color: 2687571.

HSL color Cylindrical-coordinate representation of color #530229: hue angle of 331.11º 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 #530229 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB83241-
CMYK00.980.510.67
HSL331.11º95.29%16.67%-
HSV(B)331.11º97.59%32.55%-
XYZ3.992.042.28-
YUV30.66133.84165.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.87%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 41 (16.41% from 255) = 32.54%
R=65.87%
G=1.59%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8324100.980.510.67331.1195.2916.67
Hex53229062334314b5f11
Octal12325101426310351313721
Binary101001110101001011000101100111000011101001011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530229; }

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

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

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

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

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

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

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

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