Html Css Color HEX #530A4E Tyrian Purple

📋 copy color: '#530A4E'

red 83 ◦ green 10 ◦ blue 78

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

Shades of Tyrian Purple #530A4E

Tints of Tyrian Purple #530A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 45.61%

R = 48.54%
G = 5.85%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#530A4E (or 0x530A4E) is known color: Tyrian Purple. HEX triplet: 53, 0A and 4E. RGB value is (83,10,78). Sum of RGB (Red+Green+Blue) = 83+10+78=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #530A4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530A4E is #ACF5B1. Grayscale: #272727. Windows color (decimal): -11335090 or 5114451. OLE color: 5114451.

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

Color convert

RGB 83 10 78 -
CMYK 0 0.88 0.06 0.67
HSL 304.11º 0.78% 0.18% -
HSV(B) 304.11º 0.88% 0.33% -
XYZ 5.05 2.61 7.44 -
YUV 39.58 149.68 158.97 -
System Red Green Blue C M Y K H S L
Decimal 83 10 78 0 0.88 0.06 0.67 304.11 0.78 0.18
Hex 53 A 4E 0 58 6 43 130 4E 12
Octal 123 12 116 0 130 6 103 460 116 22
Binary 1010011 1010 1001110 0 1011000 110 1000011 100110000 1001110 10010

Color Harmonies of #530A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A4E

Black with #530A4E

Text Example


Text Example

White with #530A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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