Html Css Color HEX #521242 Tyrian Purple

📋 copy color: '#521242'

red 82 ◦ green 18 ◦ blue 66

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

Shades of Tyrian Purple #521242

Tints of Tyrian Purple #521242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.84%

 BLUE value IS 66 (26.17% from 255) = 39.76%

R = 49.4%
G = 10.84%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#521242 (or 0x521242) is known color: Tyrian Purple. HEX triplet: 52, 12 and 42. RGB value is (82,18,66). Sum of RGB (Red+Green+Blue) = 82+18+66=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #521242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521242 is #ADEDBD. Grayscale: #2A2A2A. Windows color (decimal): -11398590 or 4330066. OLE color: 4330066.

HSL color Cylindrical-coordinate representation of color #521242: hue angle of 315º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521242 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 18 66 -
CMYK 0 0.78 0.20 0.68
HSL 315º 0.64% 0.2% -
HSV(B) 315º 0.78% 0.32% -
XYZ 4.68 2.62 5.41 -
YUV 42.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 82 18 66 0 0.78 0.20 0.68 315 0.64 0.2
Hex 52 12 42 0 4E 14 44 13B 40 14
Octal 122 22 102 0 116 24 104 473 100 24
Binary 1010010 10010 1000010 0 1001110 10100 1000100 100111011 1000000 10100

Color Harmonies of #521242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521242

Black with #521242

Text Example


Text Example

White with #521242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521242; }

 p { color: rgb(82,18,66); }

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

background-color css

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

 a { background-color: rgb(82,18,66); }

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

border-color css

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

 span { border-color: rgb(82,18,66); }

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