Html Css Color HEX #520338 Tyrian Purple

📋 copy color: '#520338'

red 82 ◦ green 3 ◦ blue 56

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

Shades of Tyrian Purple #520338

Tints of Tyrian Purple #520338

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

 BLUE value IS 56 (22.27% from 255) = 39.72%

R = 58.16%
G = 2.13%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#520338 (or 0x520338) is known color: Tyrian Purple. HEX triplet: 52, 03 and 38. RGB value is (82,3,56). Sum of RGB (Red+Green+Blue) = 82+3+56=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #520338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520338 is #ADFCC7. Grayscale: #202020. Windows color (decimal): -11402440 or 3670866. OLE color: 3670866.

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

Color convert

RGB 82 3 56 -
CMYK 0 0.96 0.32 0.68
HSL 319.75º 0.93% 0.17% -
HSV(B) 319.75º 0.96% 0.32% -
XYZ 4.23 2.14 3.93 -
YUV 32.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 82 3 56 0 0.96 0.32 0.68 319.75 0.93 0.17
Hex 52 3 38 0 60 20 44 140 5D 11
Octal 122 3 70 0 140 40 104 500 135 21
Binary 1010010 11 111000 0 1100000 100000 1000100 101000000 1011101 10001

Color Harmonies of #520338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520338

Black with #520338

Text Example


Text Example

White with #520338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520338; }

 p { color: rgb(82,3,56); }

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

background-color css

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

 a { background-color: rgb(82,3,56); }

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

border-color css

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

 span { border-color: rgb(82,3,56); }

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