Html Css Color HEX #530D41 Tyrian Purple

📋 copy color: '#530D41'

red 83 ◦ green 13 ◦ blue 65

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

Shades of Tyrian Purple #530D41

Tints of Tyrian Purple #530D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.37%

R = 51.55%
G = 8.07%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#530D41 (or 0x530D41) is known color: Tyrian Purple. HEX triplet: 53, 0D and 41. RGB value is (83,13,65). Sum of RGB (Red+Green+Blue) = 83+13+65=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #530D41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D41 is #ACF2BE. Grayscale: #272727. Windows color (decimal): -11334335 or 4263251. OLE color: 4263251.

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

Color convert

RGB 83 13 65 -
CMYK 0 0.84 0.22 0.67
HSL 315.43º 0.73% 0.19% -
HSV(B) 315.43º 0.84% 0.33% -
XYZ 4.67 2.51 5.24 -
YUV 39.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 83 13 65 0 0.84 0.22 0.67 315.43 0.73 0.19
Hex 53 D 41 0 54 16 43 13B 49 13
Octal 123 15 101 0 124 26 103 473 111 23
Binary 1010011 1101 1000001 0 1010100 10110 1000011 100111011 1001001 10011

Color Harmonies of #530D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D41

Black with #530D41

Text Example


Text Example

White with #530D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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