Html Css Color HEX #521342 Tyrian Purple

📋 copy color: '#521342'

red 82 ◦ green 19 ◦ blue 66

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

Shades of Tyrian Purple #521342

Tints of Tyrian Purple #521342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

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

R = 49.1%
G = 11.38%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#521342 (or 0x521342) is known color: Tyrian Purple. HEX triplet: 52, 13 and 42. RGB value is (82,19,66). Sum of RGB (Red+Green+Blue) = 82+19+66=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #521342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521342 is #ADECBD. Grayscale: #2B2B2B. Windows color (decimal): -11398334 or 4330322. OLE color: 4330322.

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

Color convert

RGB 82 19 66 -
CMYK 0 0.77 0.20 0.68
HSL 315.24º 0.62% 0.2% -
HSV(B) 315.24º 0.77% 0.32% -
XYZ 4.7 2.65 5.42 -
YUV 43.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 82 19 66 0 0.77 0.20 0.68 315.24 0.62 0.2
Hex 52 13 42 0 4D 14 44 13B 3E 14
Octal 122 23 102 0 115 24 104 473 76 24
Binary 1010010 10011 1000010 0 1001101 10100 1000100 100111011 111110 10100

Color Harmonies of #521342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521342

Black with #521342

Text Example


Text Example

White with #521342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521342; }

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

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

background-color css

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

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

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

border-color css

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

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

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