Html Css Color HEX #52022B Tyrian Purple

📋 copy color: '#52022B'

red 82 ◦ green 2 ◦ blue 43

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

Shades of Tyrian Purple #52022B

Tints of Tyrian Purple #52022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.57%

 BLUE value IS 43 (17.19% from 255) = 33.86%

R = 64.57%
G = 1.57%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#52022B (or 0x52022B) is known color: Tyrian Purple. HEX triplet: 52, 02 and 2B. RGB value is (82,2,43). Sum of RGB (Red+Green+Blue) = 82+2+43=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #52022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52022B is #ADFDD4. Grayscale: #1E1E1E. Windows color (decimal): -11402709 or 2818642. OLE color: 2818642.

HSL color Cylindrical-coordinate representation of color #52022B: hue angle of 329.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52022B is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 2 43 -
CMYK 0 0.98 0.48 0.68
HSL 329.25º 0.95% 0.16% -
HSV(B) 329.25º 0.98% 0.32% -
XYZ 3.94 2.01 2.47 -
YUV 30.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 82 2 43 0 0.98 0.48 0.68 329.25 0.95 0.16
Hex 52 2 2B 0 62 30 44 149 5F 10
Octal 122 2 53 0 142 60 104 511 137 20
Binary 1010010 10 101011 0 1100010 110000 1000100 101001001 1011111 10000

Color Harmonies of #52022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52022B

Black with #52022B

Text Example


Text Example

White with #52022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,2,43); }

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

background-color css

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

 a { background-color: rgb(82,2,43); }

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

border-color css

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

 span { border-color: rgb(82,2,43); }

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