Html Css Color HEX #530948 Tyrian Purple

📋 copy color: '#530948'

red 83 ◦ green 9 ◦ blue 72

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

Shades of Tyrian Purple #530948

Tints of Tyrian Purple #530948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

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

R = 50.61%
G = 5.49%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#530948 (or 0x530948) is known color: Tyrian Purple. HEX triplet: 53, 09 and 48. RGB value is (83,9,72). Sum of RGB (Red+Green+Blue) = 83+9+72=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #530948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530948 is #ACF6B7. Grayscale: #262626. Windows color (decimal): -11335352 or 4720979. OLE color: 4720979.

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

Color convert

RGB 83 9 72 -
CMYK 0 0.89 0.13 0.67
HSL 308.92º 0.8% 0.18% -
HSV(B) 308.92º 0.89% 0.33% -
XYZ 4.83 2.5 6.36 -
YUV 38.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 83 9 72 0 0.89 0.13 0.67 308.92 0.8 0.18
Hex 53 9 48 0 59 D 43 135 50 12
Octal 123 11 110 0 131 15 103 465 120 22
Binary 1010011 1001 1001000 0 1011001 1101 1000011 100110101 1010000 10010

Color Harmonies of #530948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530948

Black with #530948

Text Example


Text Example

White with #530948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530948; }

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

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

background-color css

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

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

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

border-color css

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

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

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