Html Css Color HEX #530250 Tyrian Purple

📋 copy color: '#530250'

red 83 ◦ green 2 ◦ blue 80

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

Shades of Tyrian Purple #530250

Tints of Tyrian Purple #530250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.21%

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

R = 50.3%
G = 1.21%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#530250 (or 0x530250) is known color: Tyrian Purple. HEX triplet: 53, 02 and 50. RGB value is (83,2,80). Sum of RGB (Red+Green+Blue) = 83+2+80=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #530250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530250 is #ACFDAF. Grayscale: #222222. Windows color (decimal): -11337136 or 5243475. OLE color: 5243475.

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

Color convert

RGB 83 2 80 -
CMYK 0 0.98 0.04 0.67
HSL 302.22º 0.95% 0.17% -
HSV(B) 302.22º 0.98% 0.33% -
XYZ 5.04 2.46 7.8 -
YUV 35.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 83 2 80 0 0.98 0.04 0.67 302.22 0.95 0.17
Hex 53 2 50 0 62 4 43 12E 5F 11
Octal 123 2 120 0 142 4 103 456 137 21
Binary 1010011 10 1010000 0 1100010 100 1000011 100101110 1011111 10001

Color Harmonies of #530250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530250

Black with #530250

Text Example


Text Example

White with #530250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530250; }

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

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

background-color css

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

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

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

border-color css

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

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

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