Html Css Color HEX #52023E Tyrian Purple

📋 copy color: '#52023E'

red 82 ◦ green 2 ◦ blue 62

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

Shades of Tyrian Purple #52023E

Tints of Tyrian Purple #52023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 42.47%

R = 56.16%
G = 1.37%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#52023E (or 0x52023E) is known color: Tyrian Purple. HEX triplet: 52, 02 and 3E. RGB value is (82,2,62). Sum of RGB (Red+Green+Blue) = 82+2+62=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #52023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52023E is #ADFDC1. Grayscale: #202020. Windows color (decimal): -11402690 or 4063826. OLE color: 4063826.

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

Color convert

RGB 82 2 62 -
CMYK 0 0.98 0.24 0.68
HSL 315º 0.95% 0.16% -
HSV(B) 315º 0.98% 0.32% -
XYZ 4.37 2.19 4.75 -
YUV 32.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 82 2 62 0 0.98 0.24 0.68 315 0.95 0.16
Hex 52 2 3E 0 62 18 44 13B 5F 10
Octal 122 2 76 0 142 30 104 473 137 20
Binary 1010010 10 111110 0 1100010 11000 1000100 100111011 1011111 10000

Color Harmonies of #52023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52023E

Black with #52023E

Text Example


Text Example

White with #52023E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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