Html Css Color HEX #530148 Tyrian Purple

📋 copy color: '#530148'

red 83 ◦ green 1 ◦ blue 72

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

Shades of Tyrian Purple #530148

Tints of Tyrian Purple #530148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 53.21%
G = 0.64%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#530148 (or 0x530148) is known color: Tyrian Purple. HEX triplet: 53, 01 and 48. RGB value is (83,1,72). Sum of RGB (Red+Green+Blue) = 83+1+72=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #530148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530148 is #ACFEB7. Grayscale: #212121. Windows color (decimal): -11337400 or 4718931. OLE color: 4718931.

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

Color convert

RGB 83 1 72 -
CMYK 0 0.99 0.13 0.67
HSL 308.05º 0.98% 0.16% -
HSV(B) 308.05º 0.99% 0.33% -
XYZ 4.75 2.33 6.33 -
YUV 33.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 83 1 72 0 0.99 0.13 0.67 308.05 0.98 0.16
Hex 53 1 48 0 63 D 43 134 62 10
Octal 123 1 110 0 143 15 103 464 142 20
Binary 1010011 1 1001000 0 1100011 1101 1000011 100110100 1100010 10000

Color Harmonies of #530148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530148

Black with #530148

Text Example


Text Example

White with #530148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530148; }

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

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

background-color css

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

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

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

border-color css

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

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

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