Html Css Color HEX #530044 Tyrian Purple

📋 copy color: '#530044'

red 83 ◦ green 0 ◦ blue 68

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

Shades of Tyrian Purple #530044

Tints of Tyrian Purple #530044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.97%
G = 0%
B = 45.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#530044 (or 0x530044) is known color: Tyrian Purple. HEX triplet: 53, 00 and 44. RGB value is (83,0,68). Sum of RGB (Red+Green+Blue) = 83+0+68=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #530044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530044 is #ACFFBB. Grayscale: #202020. Windows color (decimal): -11337660 or 4456531. OLE color: 4456531.

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

Color convert

RGB 83 0 68 -
CMYK 0 1 0.18 0.67
HSL 310.84º 1% 0.16% -
HSV(B) 310.84º 1% 0.33% -
XYZ 4.61 2.26 5.66 -
YUV 32.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 83 0 68 0 1 0.18 0.67 310.84 1 0.16
Hex 53 0 44 0 64 12 43 137 64 10
Octal 123 0 104 0 144 22 103 467 144 20
Binary 1010011 0 1000100 0 1100100 10010 1000011 100110111 1100100 10000

Color Harmonies of #530044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530044

Black with #530044

Text Example


Text Example

White with #530044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530044; }

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

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

background-color css

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

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

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

border-color css

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

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

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