Html Css Color HEX #530550 Tyrian Purple

📋 copy color: '#530550'

red 83 ◦ green 5 ◦ blue 80

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

Shades of Tyrian Purple #530550

Tints of Tyrian Purple #530550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 47.62%

R = 49.4%
G = 2.98%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#530550 (or 0x530550) is known color: Tyrian Purple. HEX triplet: 53, 05 and 50. RGB value is (83,5,80). Sum of RGB (Red+Green+Blue) = 83+5+80=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #530550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530550 is #ACFAAF. Grayscale: #242424. Windows color (decimal): -11336368 or 5244243. OLE color: 5244243.

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

Color convert

RGB 83 5 80 -
CMYK 0 0.94 0.04 0.67
HSL 302.31º 0.89% 0.17% -
HSV(B) 302.31º 0.94% 0.33% -
XYZ 5.07 2.53 7.81 -
YUV 36.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 83 5 80 0 0.94 0.04 0.67 302.31 0.89 0.17
Hex 53 5 50 0 5E 4 43 12E 59 11
Octal 123 5 120 0 136 4 103 456 131 21
Binary 1010011 101 1010000 0 1011110 100 1000011 100101110 1011001 10001

Color Harmonies of #530550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530550

Black with #530550

Text Example


Text Example

White with #530550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530550; }

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

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

background-color css

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

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

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

border-color css

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

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

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