Html Css Color HEX #52023A Tyrian Purple

📋 copy color: '#52023A'

red 82 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #52023A

Tints of Tyrian Purple #52023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40.85%

R = 57.75%
G = 1.41%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#52023A (or 0x52023A) is known color: Tyrian Purple. HEX triplet: 52, 02 and 3A. RGB value is (82,2,58). Sum of RGB (Red+Green+Blue) = 82+2+58=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #52023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52023A is #ADFDC5. Grayscale: #202020. Windows color (decimal): -11402694 or 3801682. OLE color: 3801682.

HSL color Cylindrical-coordinate representation of color #52023A: hue angle of 318º 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 #52023A is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 2 58 -
CMYK 0 0.98 0.29 0.68
HSL 318º 0.95% 0.16% -
HSV(B) 318º 0.98% 0.32% -
XYZ 4.27 2.14 4.19 -
YUV 32.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 82 2 58 0 0.98 0.29 0.68 318 0.95 0.16
Hex 52 2 3A 0 62 1D 44 13E 5F 10
Octal 122 2 72 0 142 35 104 476 137 20
Binary 1010010 10 111010 0 1100010 11101 1000100 100111110 1011111 10000

Color Harmonies of #52023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52023A

Black with #52023A

Text Example


Text Example

White with #52023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52023A; }

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

 H1.HeaderClassName
 {
   color: #52023A;
 }
 .AnyTagClassName
 {
   color: #52023A;
 }
</style>

background-color css

<style>
 a { background-color: #52023A; }

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

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

border-color css

<style>
 span { border-color: #52023A; }

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

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