Html Css Color HEX #530D40 Tyrian Purple

📋 copy color: '#530D40'

red 83 ◦ green 13 ◦ blue 64

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

Shades of Tyrian Purple #530D40

Tints of Tyrian Purple #530D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40%

R = 51.88%
G = 8.13%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#530D40 (or 0x530D40) is known color: Tyrian Purple. HEX triplet: 53, 0D and 40. RGB value is (83,13,64). Sum of RGB (Red+Green+Blue) = 83+13+64=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #530D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D40 is #ACF2BF. Grayscale: #272727. Windows color (decimal): -11334336 or 4197715. OLE color: 4197715.

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

Color convert

RGB 83 13 64 -
CMYK 0 0.84 0.23 0.67
HSL 316.29º 0.73% 0.19% -
HSV(B) 316.29º 0.84% 0.33% -
XYZ 4.64 2.5 5.09 -
YUV 39.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 83 13 64 0 0.84 0.23 0.67 316.29 0.73 0.19
Hex 53 D 40 0 54 17 43 13C 49 13
Octal 123 15 100 0 124 27 103 474 111 23
Binary 1010011 1101 1000000 0 1010100 10111 1000011 100111100 1001001 10011

Color Harmonies of #530D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D40

Black with #530D40

Text Example


Text Example

White with #530D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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