Html Css Color HEX #530D45 Tyrian Purple

📋 copy color: '#530D45'

red 83 ◦ green 13 ◦ blue 69

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

Shades of Tyrian Purple #530D45

Tints of Tyrian Purple #530D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 41.82%

R = 50.3%
G = 7.88%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#530D45 (or 0x530D45) is known color: Tyrian Purple. HEX triplet: 53, 0D and 45. RGB value is (83,13,69). Sum of RGB (Red+Green+Blue) = 83+13+69=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #530D45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D45 is #ACF2BA. Grayscale: #282828. Windows color (decimal): -11334331 or 4525395. OLE color: 4525395.

HSL color Cylindrical-coordinate representation of color #530D45: hue angle of 312º 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 #530D45 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 13 69 -
CMYK 0 0.84 0.17 0.67
HSL 312º 0.73% 0.19% -
HSV(B) 312º 0.84% 0.33% -
XYZ 4.79 2.56 5.87 -
YUV 40.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 83 13 69 0 0.84 0.17 0.67 312 0.73 0.19
Hex 53 D 45 0 54 11 43 138 49 13
Octal 123 15 105 0 124 21 103 470 111 23
Binary 1010011 1101 1000101 0 1010100 10001 1000011 100111000 1001001 10011

Color Harmonies of #530D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D45

Black with #530D45

Text Example


Text Example

White with #530D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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