Html Css Color HEX #52033C Tyrian Purple

📋 copy color: '#52033C'

red 82 ◦ green 3 ◦ blue 60

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

Shades of Tyrian Purple #52033C

Tints of Tyrian Purple #52033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.38%

R = 56.55%
G = 2.07%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#52033C (or 0x52033C) is known color: Tyrian Purple. HEX triplet: 52, 03 and 3C. RGB value is (82,3,60). Sum of RGB (Red+Green+Blue) = 82+3+60=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52033C is #ADFCC3. Grayscale: #202020. Windows color (decimal): -11402436 or 3933010. OLE color: 3933010.

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

Color convert

RGB 82 3 60 -
CMYK 0 0.96 0.27 0.68
HSL 316.71º 0.93% 0.17% -
HSV(B) 316.71º 0.96% 0.32% -
XYZ 4.33 2.19 4.47 -
YUV 33.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 82 3 60 0 0.96 0.27 0.68 316.71 0.93 0.17
Hex 52 3 3C 0 60 1B 44 13D 5D 11
Octal 122 3 74 0 140 33 104 475 135 21
Binary 1010010 11 111100 0 1100000 11011 1000100 100111101 1011101 10001

Color Harmonies of #52033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52033C

Black with #52033C

Text Example


Text Example

White with #52033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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