Html Css Color HEX #530D4C Tyrian Purple

📋 copy color: '#530D4C'

red 83 ◦ green 13 ◦ blue 76

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

Shades of Tyrian Purple #530D4C

Tints of Tyrian Purple #530D4C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.56%

 BLUE value IS 76 (30.08% from 255) = 44.19%

R = 48.26%
G = 7.56%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#530D4C (or 0x530D4C) is known color: Tyrian Purple. HEX triplet: 53, 0D and 4C. RGB value is (83,13,76). Sum of RGB (Red+Green+Blue) = 83+13+76=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #530D4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D4C is #ACF2B3. Grayscale: #282828. Windows color (decimal): -11334324 or 4984147. OLE color: 4984147.

HSL color Cylindrical-coordinate representation of color #530D4C: hue angle of 306º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D4C is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 13 76 -
CMYK 0 0.84 0.08 0.67
HSL 306º 0.73% 0.19% -
HSV(B) 306º 0.84% 0.33% -
XYZ 5.02 2.65 7.08 -
YUV 41.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 83 13 76 0 0.84 0.08 0.67 306 0.73 0.19
Hex 53 D 4C 0 54 8 43 132 49 13
Octal 123 15 114 0 124 10 103 462 111 23
Binary 1010011 1101 1001100 0 1010100 1000 1000011 100110010 1001001 10011

Color Harmonies of #530D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D4C

Black with #530D4C

Text Example


Text Example

White with #530D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530D4C; }

 p { color: rgb(83,13,76); }

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

background-color css

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

 a { background-color: rgb(83,13,76); }

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

border-color css

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

 span { border-color: rgb(83,13,76); }

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