Html Css Color HEX #52074E Tyrian Purple

📋 copy color: '#52074E'

red 82 ◦ green 7 ◦ blue 78

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

Shades of Tyrian Purple #52074E

Tints of Tyrian Purple #52074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.19%

 BLUE value IS 78 (30.86% from 255) = 46.71%

R = 49.1%
G = 4.19%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#52074E (or 0x52074E) is known color: Tyrian Purple. HEX triplet: 52, 07 and 4E. RGB value is (82,7,78). Sum of RGB (Red+Green+Blue) = 82+7+78=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52074E is #ADF8B1. Grayscale: #252525. Windows color (decimal): -11401394 or 5113682. OLE color: 5113682.

HSL color Cylindrical-coordinate representation of color #52074E: hue angle of 303.2º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52074E is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 7 78 -
CMYK 0 0.91 0.05 0.68
HSL 303.2º 0.84% 0.17% -
HSV(B) 303.2º 0.91% 0.32% -
XYZ 4.93 2.5 7.43 -
YUV 37.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 82 7 78 0 0.91 0.05 0.68 303.2 0.84 0.17
Hex 52 7 4E 0 5B 5 44 12F 54 11
Octal 122 7 116 0 133 5 104 457 124 21
Binary 1010010 111 1001110 0 1011011 101 1000100 100101111 1010100 10001

Color Harmonies of #52074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52074E

Black with #52074E

Text Example


Text Example

White with #52074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52074E; }

 p { color: rgb(82,7,78); }

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

background-color css

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

 a { background-color: rgb(82,7,78); }

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

border-color css

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

 span { border-color: rgb(82,7,78); }

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