Html Css Color HEX #530545 Tyrian Purple

📋 copy color: '#530545'

red 83 ◦ green 5 ◦ blue 69

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

Shades of Tyrian Purple #530545

Tints of Tyrian Purple #530545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 43.95%

R = 52.87%
G = 3.18%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#530545 (or 0x530545) is known color: Tyrian Purple. HEX triplet: 53, 05 and 45. RGB value is (83,5,69). Sum of RGB (Red+Green+Blue) = 83+5+69=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530545 is #ACFABA. Grayscale: #232323. Windows color (decimal): -11336379 or 4523347. OLE color: 4523347.

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

Color convert

RGB 83 5 69 -
CMYK 0 0.94 0.17 0.67
HSL 310.77º 0.89% 0.17% -
HSV(B) 310.77º 0.94% 0.33% -
XYZ 4.7 2.38 5.84 -
YUV 35.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 83 5 69 0 0.94 0.17 0.67 310.77 0.89 0.17
Hex 53 5 45 0 5E 11 43 137 59 11
Octal 123 5 105 0 136 21 103 467 131 21
Binary 1010011 101 1000101 0 1011110 10001 1000011 100110111 1011001 10001

Color Harmonies of #530545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530545

Black with #530545

Text Example


Text Example

White with #530545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530545; }

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

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

background-color css

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

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

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

border-color css

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

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

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