Html Css Color HEX #530548 Tyrian Purple

📋 copy color: '#530548'

red 83 ◦ green 5 ◦ blue 72

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

Shades of Tyrian Purple #530548

Tints of Tyrian Purple #530548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.13%

 BLUE value IS 72 (28.52% from 255) = 45%

R = 51.88%
G = 3.13%
B = 45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#530548 (or 0x530548) is known color: Tyrian Purple. HEX triplet: 53, 05 and 48. RGB value is (83,5,72). Sum of RGB (Red+Green+Blue) = 83+5+72=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #530548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530548 is #ACFAB7. Grayscale: #232323. Windows color (decimal): -11336376 or 4719955. OLE color: 4719955.

HSL color Cylindrical-coordinate representation of color #530548: hue angle of 308.46º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530548 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 5 72 -
CMYK 0 0.94 0.13 0.67
HSL 308.46º 0.89% 0.17% -
HSV(B) 308.46º 0.94% 0.33% -
XYZ 4.79 2.42 6.34 -
YUV 35.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 83 5 72 0 0.94 0.13 0.67 308.46 0.89 0.17
Hex 53 5 48 0 5E D 43 134 59 11
Octal 123 5 110 0 136 15 103 464 131 21
Binary 1010011 101 1001000 0 1011110 1101 1000011 100110100 1011001 10001

Color Harmonies of #530548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530548

Black with #530548

Text Example


Text Example

White with #530548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530548; }

 p { color: rgb(83,5,72); }

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

background-color css

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

 a { background-color: rgb(83,5,72); }

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

border-color css

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

 span { border-color: rgb(83,5,72); }

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