Html Css Color HEX #530040 Tyrian Purple

📋 copy color: '#530040'

red 83 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #530040

Tints of Tyrian Purple #530040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 43.54%

R = 56.46%
G = 0%
B = 43.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#530040 (or 0x530040) is known color: Tyrian Purple. HEX triplet: 53, 00 and 40. RGB value is (83,0,64). Sum of RGB (Red+Green+Blue) = 83+0+64=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #530040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530040 is #ACFFBF. Grayscale: #1F1F1F. Windows color (decimal): -11337664 or 4194387. OLE color: 4194387.

HSL color Cylindrical-coordinate representation of color #530040: hue angle of 313.73º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530040 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 64 -
CMYK 0 1 0.23 0.67
HSL 313.73º 1% 0.16% -
HSV(B) 313.73º 1% 0.33% -
XYZ 4.49 2.21 5.04 -
YUV 32.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 83 0 64 0 1 0.23 0.67 313.73 1 0.16
Hex 53 0 40 0 64 17 43 13A 64 10
Octal 123 0 100 0 144 27 103 472 144 20
Binary 1010011 0 1000000 0 1100100 10111 1000011 100111010 1100100 10000

Color Harmonies of #530040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530040

Black with #530040

Text Example


Text Example

White with #530040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530040; }

 p { color: rgb(83,0,64); }

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

background-color css

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

 a { background-color: rgb(83,0,64); }

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

border-color css

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

 span { border-color: rgb(83,0,64); }

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