#540230

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

Shades of Tyrian Purple #540230

Tints of Tyrian Purple #540230

Color information

#540230 (or 0x540230) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 30. RGB value is (84,2,48). Sum of RGB (Red+Green+Blue) = 84+2+48=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #540230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540230 is #ABFDCF. Grayscale: #1F1F1F. Windows color (decimal): -11271632 or 3146324. OLE color: 3146324.

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

Color convert

RGB84248-
CMYK00.980.430.67
HSL326.34º95.35%16.86%-
HSV(B)326.34º97.62%32.94%-
XYZ4.212.142.99-
YUV31.76137.17165.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.69%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=62.69%
G=1.49%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8424800.980.430.67326.3495.3516.86
Hex542300622B431465f11
Octal12426001425310350613721
Binary101010010110000011000101010111000011101000110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540230; }

 p { color: rgb(84,2,48); }

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

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

 a { background-color: rgb(84,2,48); }

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

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

 span { border-color: rgb(84,2,48); }

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