Html Css Color HEX #540230 Tyrian Purple

📋 copy color: '#540230'

red 84 ◦ green 2 ◦ blue 48

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

Shades of Tyrian Purple #540230

Tints of Tyrian Purple #540230

RGB

 RED value IS 84 (33.2% 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 value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#540230 (or 0x540230) is known color: 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

RGB 84 2 48 -
CMYK 0 0.98 0.43 0.67
HSL 326.34º 0.95% 0.17% -
HSV(B) 326.34º 0.98% 0.33% -
XYZ 4.21 2.14 2.99 -
YUV 31.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 84 2 48 0 0.98 0.43 0.67 326.34 0.95 0.17
Hex 54 2 30 0 62 2B 43 146 5F 11
Octal 124 2 60 0 142 53 103 506 137 21
Binary 1010100 10 110000 0 1100010 101011 1000011 101000110 1011111 10001

Color Harmonies of #540230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540230

Black with #540230

Text Example


Text Example

White with #540230

Text Example


Text Example

HTML Codes & Css Web 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>