Html Css Color HEX #530048 Tyrian Purple

📋 copy color: '#530048'

red 83 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #530048

Tints of Tyrian Purple #530048

RGB

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

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

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

R = 53.55%
G = 0%
B = 46.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#530048 (or 0x530048) is known color: Tyrian Purple. HEX triplet: 53, 00 and 48. RGB value is (83,0,72). Sum of RGB (Red+Green+Blue) = 83+0+72=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530048 is #ACFFB7. Grayscale: #202020. Windows color (decimal): -11337656 or 4718675. OLE color: 4718675.

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

Color convert

RGB 83 0 72 -
CMYK 0 1 0.13 0.67
HSL 307.95º 1% 0.16% -
HSV(B) 307.95º 1% 0.33% -
XYZ 4.74 2.31 6.33 -
YUV 33.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 83 0 72 0 1 0.13 0.67 307.95 1 0.16
Hex 53 0 48 0 64 D 43 134 64 10
Octal 123 0 110 0 144 15 103 464 144 20
Binary 1010011 0 1001000 0 1100100 1101 1000011 100110100 1100100 10000

Color Harmonies of #530048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530048

Black with #530048

Text Example


Text Example

White with #530048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530048; }

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

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

background-color css

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

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

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

border-color css

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

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

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