Html Css Color HEX #52003A Tyrian Purple

📋 copy color: '#52003A'

red 82 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #52003A

Tints of Tyrian Purple #52003A

RGB

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

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

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

R = 58.57%
G = 0%
B = 41.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#52003A (or 0x52003A) is known color: Tyrian Purple. HEX triplet: 52, 00 and 3A. RGB value is (82,0,58). Sum of RGB (Red+Green+Blue) = 82+0+58=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #52003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52003A is #ADFFC5. Grayscale: #1E1E1E. Windows color (decimal): -11403206 or 3801170. OLE color: 3801170.

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

Color convert

RGB 82 0 58 -
CMYK 0 1 0.29 0.68
HSL 317.56º 1% 0.16% -
HSV(B) 317.56º 1% 0.32% -
XYZ 4.24 2.1 4.18 -
YUV 31.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 82 0 58 0 1 0.29 0.68 317.56 1 0.16
Hex 52 0 3A 0 64 1D 44 13E 64 10
Octal 122 0 72 0 144 35 104 476 144 20
Binary 1010010 0 111010 0 1100100 11101 1000100 100111110 1100100 10000

Color Harmonies of #52003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52003A

Black with #52003A

Text Example


Text Example

White with #52003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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