Html Css Color HEX #52052F Tyrian Purple

📋 copy color: '#52052F'

red 82 ◦ green 5 ◦ blue 47

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

Shades of Tyrian Purple #52052F

Tints of Tyrian Purple #52052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 35.07%

R = 61.19%
G = 3.73%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#52052F (or 0x52052F) is known color: Tyrian Purple. HEX triplet: 52, 05 and 2F. RGB value is (82,5,47). Sum of RGB (Red+Green+Blue) = 82+5+47=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #52052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52052F is #ADFAD0. Grayscale: #202020. Windows color (decimal): -11401937 or 3081554. OLE color: 3081554.

HSL color Cylindrical-coordinate representation of color #52052F: hue angle of 327.27º 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 #52052F is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 5 47 -
CMYK 0 0.94 0.43 0.68
HSL 327.27º 0.89% 0.17% -
HSV(B) 327.27º 0.94% 0.32% -
XYZ 4.05 2.11 2.88 -
YUV 32.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 82 5 47 0 0.94 0.43 0.68 327.27 0.89 0.17
Hex 52 5 2F 0 5E 2B 44 147 59 11
Octal 122 5 57 0 136 53 104 507 131 21
Binary 1010010 101 101111 0 1011110 101011 1000100 101000111 1011001 10001

Color Harmonies of #52052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52052F

Black with #52052F

Text Example


Text Example

White with #52052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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