Html Css Color HEX #52064F Tyrian Purple

📋 copy color: '#52064F'

red 82 ◦ green 6 ◦ blue 79

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

Shades of Tyrian Purple #52064F

Tints of Tyrian Purple #52064F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.59%

 BLUE value IS 79 (31.25% from 255) = 47.31%

R = 49.1%
G = 3.59%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52064F (or 0x52064F) is known color: Tyrian Purple. HEX triplet: 52, 06 and 4F. RGB value is (82,6,79). Sum of RGB (Red+Green+Blue) = 82+6+79=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52064F is #ADF9B0. Grayscale: #242424. Windows color (decimal): -11401649 or 5178962. OLE color: 5178962.

HSL color Cylindrical-coordinate representation of color #52064F: hue angle of 302.37º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52064F is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 6 79 -
CMYK 0 0.93 0.04 0.68
HSL 302.37º 0.86% 0.17% -
HSV(B) 302.37º 0.93% 0.32% -
XYZ 4.96 2.49 7.62 -
YUV 37.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 82 6 79 0 0.93 0.04 0.68 302.37 0.86 0.17
Hex 52 6 4F 0 5D 4 44 12E 56 11
Octal 122 6 117 0 135 4 104 456 126 21
Binary 1010010 110 1001111 0 1011101 100 1000100 100101110 1010110 10001

Color Harmonies of #52064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52064F

Black with #52064F

Text Example


Text Example

White with #52064F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52064F; }

 p { color: rgb(82,6,79); }

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

background-color css

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

 a { background-color: rgb(82,6,79); }

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

border-color css

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

 span { border-color: rgb(82,6,79); }

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