Html Css Color HEX #52013C Tyrian Purple

📋 copy color: '#52013C'

red 82 ◦ green 1 ◦ blue 60

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

Shades of Tyrian Purple #52013C

Tints of Tyrian Purple #52013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 57.34%
G = 0.7%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#52013C (or 0x52013C) is known color: Tyrian Purple. HEX triplet: 52, 01 and 3C. RGB value is (82,1,60). Sum of RGB (Red+Green+Blue) = 82+1+60=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #52013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52013C is #ADFEC3. Grayscale: #1F1F1F. Windows color (decimal): -11402948 or 3932498. OLE color: 3932498.

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

Color convert

RGB 82 1 60 -
CMYK 0 0.99 0.27 0.68
HSL 316.3º 0.98% 0.16% -
HSV(B) 316.3º 0.99% 0.32% -
XYZ 4.31 2.14 4.46 -
YUV 31.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 82 1 60 0 0.99 0.27 0.68 316.3 0.98 0.16
Hex 52 1 3C 0 63 1B 44 13C 62 10
Octal 122 1 74 0 143 33 104 474 142 20
Binary 1010010 1 111100 0 1100011 11011 1000100 100111100 1100010 10000

Color Harmonies of #52013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52013C

Black with #52013C

Text Example


Text Example

White with #52013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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