Html Css Color HEX #52054B Tyrian Purple

📋 copy color: '#52054B'

red 82 ◦ green 5 ◦ blue 75

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

Shades of Tyrian Purple #52054B

Tints of Tyrian Purple #52054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 75 (29.69% from 255) = 46.3%

R = 50.62%
G = 3.09%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52054B (or 0x52054B) is known color: Tyrian Purple. HEX triplet: 52, 05 and 4B. RGB value is (82,5,75). Sum of RGB (Red+Green+Blue) = 82+5+75=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52054B is #ADFAB4. Grayscale: #232323. Windows color (decimal): -11401909 or 4916562. OLE color: 4916562.

HSL color Cylindrical-coordinate representation of color #52054B: hue angle of 305.45º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52054B is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 5 75 -
CMYK 0 0.94 0.09 0.68
HSL 305.45º 0.89% 0.17% -
HSV(B) 305.45º 0.94% 0.32% -
XYZ 4.8 2.41 6.87 -
YUV 36 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 82 5 75 0 0.94 0.09 0.68 305.45 0.89 0.17
Hex 52 5 4B 0 5E 9 44 131 59 11
Octal 122 5 113 0 136 11 104 461 131 21
Binary 1010010 101 1001011 0 1011110 1001 1000100 100110001 1011001 10001

Color Harmonies of #52054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52054B

Black with #52054B

Text Example


Text Example

White with #52054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52054B; }

 p { color: rgb(82,5,75); }

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

background-color css

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

 a { background-color: rgb(82,5,75); }

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

border-color css

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

 span { border-color: rgb(82,5,75); }

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