Html Css Color HEX #530248 Tyrian Purple

📋 copy color: '#530248'

red 83 ◦ green 2 ◦ blue 72

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

Shades of Tyrian Purple #530248

Tints of Tyrian Purple #530248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 52.87%
G = 1.27%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#530248 (or 0x530248) is known color: Tyrian Purple. HEX triplet: 53, 02 and 48. RGB value is (83,2,72). Sum of RGB (Red+Green+Blue) = 83+2+72=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530248 is #ACFDB7. Grayscale: #222222. Windows color (decimal): -11337144 or 4719187. OLE color: 4719187.

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

Color convert

RGB 83 2 72 -
CMYK 0 0.98 0.13 0.67
HSL 308.15º 0.95% 0.17% -
HSV(B) 308.15º 0.98% 0.33% -
XYZ 4.76 2.35 6.33 -
YUV 34.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 83 2 72 0 0.98 0.13 0.67 308.15 0.95 0.17
Hex 53 2 48 0 62 D 43 134 5F 11
Octal 123 2 110 0 142 15 103 464 137 21
Binary 1010011 10 1001000 0 1100010 1101 1000011 100110100 1011111 10001

Color Harmonies of #530248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530248

Black with #530248

Text Example


Text Example

White with #530248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530248; }

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

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

background-color css

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

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

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

border-color css

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

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

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