Html Css Color HEX #530150 Tyrian Purple

📋 copy color: '#530150'

red 83 ◦ green 1 ◦ blue 80

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

Shades of Tyrian Purple #530150

Tints of Tyrian Purple #530150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 50.61%
G = 0.61%
B = 48.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#530150 (or 0x530150) is known color: Tyrian Purple. HEX triplet: 53, 01 and 50. RGB value is (83,1,80). Sum of RGB (Red+Green+Blue) = 83+1+80=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #530150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530150 is #ACFEAF. Grayscale: #222222. Windows color (decimal): -11337392 or 5243219. OLE color: 5243219.

HSL color Cylindrical-coordinate representation of color #530150: hue angle of 302.2º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530150 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 1 80 -
CMYK 0 0.99 0.04 0.67
HSL 302.2º 0.98% 0.16% -
HSV(B) 302.2º 0.99% 0.33% -
XYZ 5.03 2.44 7.8 -
YUV 34.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 83 1 80 0 0.99 0.04 0.67 302.2 0.98 0.16
Hex 53 1 50 0 63 4 43 12E 62 10
Octal 123 1 120 0 143 4 103 456 142 20
Binary 1010011 1 1010000 0 1100011 100 1000011 100101110 1100010 10000

Color Harmonies of #530150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530150

Black with #530150

Text Example


Text Example

White with #530150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530150; }

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

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

background-color css

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

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

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

border-color css

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

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

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