Html Css Color HEX #52023C Tyrian Purple

📋 copy color: '#52023C'

red 82 ◦ green 2 ◦ blue 60

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

Shades of Tyrian Purple #52023C

Tints of Tyrian Purple #52023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.67%

R = 56.94%
G = 1.39%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#52023C (or 0x52023C) is known color: Tyrian Purple. HEX triplet: 52, 02 and 3C. RGB value is (82,2,60). Sum of RGB (Red+Green+Blue) = 82+2+60=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #52023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52023C is #ADFDC3. Grayscale: #202020. Windows color (decimal): -11402692 or 3932754. OLE color: 3932754.

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

Color convert

RGB 82 2 60 -
CMYK 0 0.98 0.27 0.68
HSL 316.5º 0.95% 0.16% -
HSV(B) 316.5º 0.98% 0.32% -
XYZ 4.32 2.16 4.47 -
YUV 32.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 82 2 60 0 0.98 0.27 0.68 316.5 0.95 0.16
Hex 52 2 3C 0 62 1B 44 13C 5F 10
Octal 122 2 74 0 142 33 104 474 137 20
Binary 1010010 10 111100 0 1100010 11011 1000100 100111100 1011111 10000

Color Harmonies of #52023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52023C

Black with #52023C

Text Example


Text Example

White with #52023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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