Html Css Color HEX #520030 Tyrian Purple

📋 copy color: '#520030'

red 82 ◦ green 0 ◦ blue 48

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

Shades of Tyrian Purple #520030

Tints of Tyrian Purple #520030

RGB

 RED value IS 82 (32.42% from 255) = 63.08%

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

 BLUE value IS 48 (19.14% from 255) = 36.92%

R = 63.08%
G = 0%
B = 36.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#520030 (or 0x520030) is known color: Tyrian Purple. HEX triplet: 52, 00 and 30. RGB value is (82,0,48). Sum of RGB (Red+Green+Blue) = 82+0+48=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #520030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520030 is #ADFFCF. Grayscale: #1D1D1D. Windows color (decimal): -11403216 or 3145810. OLE color: 3145810.

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

Color convert

RGB 82 0 48 -
CMYK 0 1 0.41 0.68
HSL 324.88º 1% 0.16% -
HSV(B) 324.88º 1% 0.32% -
XYZ 4.01 2.01 2.97 -
YUV 29.99 138.17 165.1 -
System Red Green Blue C M Y K H S L
Decimal 82 0 48 0 1 0.41 0.68 324.88 1 0.16
Hex 52 0 30 0 64 29 44 145 64 10
Octal 122 0 60 0 144 51 104 505 144 20
Binary 1010010 0 110000 0 1100100 101001 1000100 101000101 1100100 10000

Color Harmonies of #520030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520030

Black with #520030

Text Example


Text Example

White with #520030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520030; }

 p { color: rgb(82,0,48); }

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

background-color css

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

 a { background-color: rgb(82,0,48); }

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

border-color css

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

 span { border-color: rgb(82,0,48); }

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