Html Css Color HEX #530A36 Tyrian Purple

📋 copy color: '#530A36'

red 83 ◦ green 10 ◦ blue 54

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

Shades of Tyrian Purple #530A36

Tints of Tyrian Purple #530A36

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.8%

 BLUE value IS 54 (21.48% from 255) = 36.73%

R = 56.46%
G = 6.8%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#530A36 (or 0x530A36) is known color: Tyrian Purple. HEX triplet: 53, 0A and 36. RGB value is (83,10,54). Sum of RGB (Red+Green+Blue) = 83+10+54=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #530A36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A36 is #ACF5C9. Grayscale: #242424. Windows color (decimal): -11335114 or 3541587. OLE color: 3541587.

HSL color Cylindrical-coordinate representation of color #530A36: hue angle of 323.84º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A36 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 10 54 -
CMYK 0 0.88 0.35 0.67
HSL 323.84º 0.78% 0.18% -
HSV(B) 323.84º 0.88% 0.33% -
XYZ 4.34 2.32 3.71 -
YUV 36.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 83 10 54 0 0.88 0.35 0.67 323.84 0.78 0.18
Hex 53 A 36 0 58 23 43 144 4E 12
Octal 123 12 66 0 130 43 103 504 116 22
Binary 1010011 1010 110110 0 1011000 100011 1000011 101000100 1001110 10010

Color Harmonies of #530A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A36

Black with #530A36

Text Example


Text Example

White with #530A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,10,54); }

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

background-color css

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

 a { background-color: rgb(83,10,54); }

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

border-color css

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

 span { border-color: rgb(83,10,54); }

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