Html Css Color HEX #530D3E Tyrian Purple

📋 copy color: '#530D3E'

red 83 ◦ green 13 ◦ blue 62

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

Shades of Tyrian Purple #530D3E

Tints of Tyrian Purple #530D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 39.24%

R = 52.53%
G = 8.23%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#530D3E (or 0x530D3E) is known color: Tyrian Purple. HEX triplet: 53, 0D and 3E. RGB value is (83,13,62). Sum of RGB (Red+Green+Blue) = 83+13+62=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #530D3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D3E is #ACF2C1. Grayscale: #272727. Windows color (decimal): -11334338 or 4066643. OLE color: 4066643.

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

Color convert

RGB 83 13 62 -
CMYK 0 0.84 0.25 0.67
HSL 318º 0.73% 0.19% -
HSV(B) 318º 0.84% 0.33% -
XYZ 4.58 2.47 4.79 -
YUV 39.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 83 13 62 0 0.84 0.25 0.67 318 0.73 0.19
Hex 53 D 3E 0 54 19 43 13E 49 13
Octal 123 15 76 0 124 31 103 476 111 23
Binary 1010011 1101 111110 0 1010100 11001 1000011 100111110 1001001 10011

Color Harmonies of #530D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D3E

Black with #530D3E

Text Example


Text Example

White with #530D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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