Html Css Color HEX #530448 Tyrian Purple

📋 copy color: '#530448'

red 83 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #530448

Tints of Tyrian Purple #530448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

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

R = 52.2%
G = 2.52%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#530448 (or 0x530448) is known color: Tyrian Purple. HEX triplet: 53, 04 and 48. RGB value is (83,4,72). Sum of RGB (Red+Green+Blue) = 83+4+72=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #530448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530448 is #ACFBB7. Grayscale: #232323. Windows color (decimal): -11336632 or 4719699. OLE color: 4719699.

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

Color convert

RGB 83 4 72 -
CMYK 0 0.95 0.13 0.67
HSL 308.35º 0.91% 0.17% -
HSV(B) 308.35º 0.95% 0.33% -
XYZ 4.78 2.39 6.34 -
YUV 35.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 83 4 72 0 0.95 0.13 0.67 308.35 0.91 0.17
Hex 53 4 48 0 5F D 43 134 5B 11
Octal 123 4 110 0 137 15 103 464 133 21
Binary 1010011 100 1001000 0 1011111 1101 1000011 100110100 1011011 10001

Color Harmonies of #530448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530448

Black with #530448

Text Example


Text Example

White with #530448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530448; }

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

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

background-color css

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

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

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

border-color css

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

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

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