Html Css Color HEX #530144 Tyrian Purple

📋 copy color: '#530144'

red 83 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #530144

Tints of Tyrian Purple #530144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 44.74%

R = 54.61%
G = 0.66%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#530144 (or 0x530144) is known color: Tyrian Purple. HEX triplet: 53, 01 and 44. RGB value is (83,1,68). Sum of RGB (Red+Green+Blue) = 83+1+68=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #530144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530144 is #ACFEBB. Grayscale: #202020. Windows color (decimal): -11337404 or 4456787. OLE color: 4456787.

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

Color convert

RGB 83 1 68 -
CMYK 0 0.99 0.18 0.67
HSL 310.98º 0.98% 0.16% -
HSV(B) 310.98º 0.99% 0.33% -
XYZ 4.62 2.28 5.66 -
YUV 33.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 83 1 68 0 0.99 0.18 0.67 310.98 0.98 0.16
Hex 53 1 44 0 63 12 43 137 62 10
Octal 123 1 104 0 143 22 103 467 142 20
Binary 1010011 1 1000100 0 1100011 10010 1000011 100110111 1100010 10000

Color Harmonies of #530144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530144

Black with #530144

Text Example


Text Example

White with #530144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530144; }

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

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

background-color css

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

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

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

border-color css

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

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

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