Html Css Color HEX #530543 Tyrian Purple

📋 copy color: '#530543'

red 83 ◦ green 5 ◦ blue 67

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

Shades of Tyrian Purple #530543

Tints of Tyrian Purple #530543

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.23%

 BLUE value IS 67 (26.56% from 255) = 43.23%

R = 53.55%
G = 3.23%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#530543 (or 0x530543) is known color: Tyrian Purple. HEX triplet: 53, 05 and 43. RGB value is (83,5,67). Sum of RGB (Red+Green+Blue) = 83+5+67=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530543 is #ACFABC. Grayscale: #232323. Windows color (decimal): -11336381 or 4392275. OLE color: 4392275.

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

Color convert

RGB 83 5 67 -
CMYK 0 0.94 0.19 0.67
HSL 312.31º 0.89% 0.17% -
HSV(B) 312.31º 0.94% 0.33% -
XYZ 4.63 2.35 5.52 -
YUV 35.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 83 5 67 0 0.94 0.19 0.67 312.31 0.89 0.17
Hex 53 5 43 0 5E 13 43 138 59 11
Octal 123 5 103 0 136 23 103 470 131 21
Binary 1010011 101 1000011 0 1011110 10011 1000011 100111000 1011001 10001

Color Harmonies of #530543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530543

Black with #530543

Text Example


Text Example

White with #530543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530543; }

 p { color: rgb(83,5,67); }

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

background-color css

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

 a { background-color: rgb(83,5,67); }

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

border-color css

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

 span { border-color: rgb(83,5,67); }

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