Html Css Color HEX #530A41 Tyrian Purple

📋 copy color: '#530A41'

red 83 ◦ green 10 ◦ blue 65

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

Shades of Tyrian Purple #530A41

Tints of Tyrian Purple #530A41

RGB

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

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

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

R = 52.53%
G = 6.33%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#530A41 (or 0x530A41) is known color: Tyrian Purple. HEX triplet: 53, 0A and 41. RGB value is (83,10,65). Sum of RGB (Red+Green+Blue) = 83+10+65=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #530A41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A41 is #ACF5BE. Grayscale: #252525. Windows color (decimal): -11335103 or 4262483. OLE color: 4262483.

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

Color convert

RGB 83 10 65 -
CMYK 0 0.88 0.22 0.67
HSL 314.79º 0.78% 0.18% -
HSV(B) 314.79º 0.88% 0.33% -
XYZ 4.63 2.44 5.23 -
YUV 38.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 83 10 65 0 0.88 0.22 0.67 314.79 0.78 0.18
Hex 53 A 41 0 58 16 43 13B 4E 12
Octal 123 12 101 0 130 26 103 473 116 22
Binary 1010011 1010 1000001 0 1011000 10110 1000011 100111011 1001110 10010

Color Harmonies of #530A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A41

Black with #530A41

Text Example


Text Example

White with #530A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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