Html Css Color HEX #530143 Tyrian Purple

📋 copy color: '#530143'

red 83 ◦ green 1 ◦ blue 67

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

Shades of Tyrian Purple #530143

Tints of Tyrian Purple #530143

RGB

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

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

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

R = 54.97%
G = 0.66%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#530143 (or 0x530143) is known color: Tyrian Purple. HEX triplet: 53, 01 and 43. RGB value is (83,1,67). Sum of RGB (Red+Green+Blue) = 83+1+67=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #530143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530143 is #ACFEBC. Grayscale: #202020. Windows color (decimal): -11337405 or 4391251. OLE color: 4391251.

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

Color convert

RGB 83 1 67 -
CMYK 0 0.99 0.19 0.67
HSL 311.71º 0.98% 0.16% -
HSV(B) 311.71º 0.99% 0.33% -
XYZ 4.59 2.27 5.51 -
YUV 33.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 83 1 67 0 0.99 0.19 0.67 311.71 0.98 0.16
Hex 53 1 43 0 63 13 43 138 62 10
Octal 123 1 103 0 143 23 103 470 142 20
Binary 1010011 1 1000011 0 1100011 10011 1000011 100111000 1100010 10000

Color Harmonies of #530143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530143

Black with #530143

Text Example


Text Example

White with #530143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530143; }

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

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

background-color css

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

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

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

border-color css

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

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

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