Html Css Color HEX #52033A Tyrian Purple

📋 copy color: '#52033A'

red 82 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #52033A

Tints of Tyrian Purple #52033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40.56%

R = 57.34%
G = 2.1%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#52033A (or 0x52033A) is known color: Tyrian Purple. HEX triplet: 52, 03 and 3A. RGB value is (82,3,58). Sum of RGB (Red+Green+Blue) = 82+3+58=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #52033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52033A is #ADFCC5. Grayscale: #202020. Windows color (decimal): -11402438 or 3801938. OLE color: 3801938.

HSL color Cylindrical-coordinate representation of color #52033A: hue angle of 318.23º 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 #52033A is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 58 -
CMYK 0 0.96 0.29 0.68
HSL 318.23º 0.93% 0.17% -
HSV(B) 318.23º 0.96% 0.32% -
XYZ 4.28 2.16 4.2 -
YUV 32.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 82 3 58 0 0.96 0.29 0.68 318.23 0.93 0.17
Hex 52 3 3A 0 60 1D 44 13E 5D 11
Octal 122 3 72 0 140 35 104 476 135 21
Binary 1010010 11 111010 0 1100000 11101 1000100 100111110 1011101 10001

Color Harmonies of #52033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52033A

Black with #52033A

Text Example


Text Example

White with #52033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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