Html Css Color HEX #530348 Tyrian Purple

📋 copy color: '#530348'

red 83 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #530348

Tints of Tyrian Purple #530348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.9%

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

R = 52.53%
G = 1.9%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#530348 (or 0x530348) is known color: Tyrian Purple. HEX triplet: 53, 03 and 48. RGB value is (83,3,72). Sum of RGB (Red+Green+Blue) = 83+3+72=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #530348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530348 is #ACFCB7. Grayscale: #222222. Windows color (decimal): -11336888 or 4719443. OLE color: 4719443.

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

Color convert

RGB 83 3 72 -
CMYK 0 0.96 0.13 0.67
HSL 308.25º 0.93% 0.17% -
HSV(B) 308.25º 0.96% 0.33% -
XYZ 4.77 2.37 6.34 -
YUV 34.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 83 3 72 0 0.96 0.13 0.67 308.25 0.93 0.17
Hex 53 3 48 0 60 D 43 134 5D 11
Octal 123 3 110 0 140 15 103 464 135 21
Binary 1010011 11 1001000 0 1100000 1101 1000011 100110100 1011101 10001

Color Harmonies of #530348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530348

Black with #530348

Text Example


Text Example

White with #530348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530348; }

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

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

background-color css

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

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

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

border-color css

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

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

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