Html Css Color HEX #52033D Tyrian Purple

📋 copy color: '#52033D'

red 82 ◦ green 3 ◦ blue 61

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

Shades of Tyrian Purple #52033D

Tints of Tyrian Purple #52033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.05%

 BLUE value IS 61 (24.22% from 255) = 41.78%

R = 56.16%
G = 2.05%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#52033D (or 0x52033D) is known color: Tyrian Purple. HEX triplet: 52, 03 and 3D. RGB value is (82,3,61). Sum of RGB (Red+Green+Blue) = 82+3+61=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #52033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52033D is #ADFCC2. Grayscale: #212121. Windows color (decimal): -11402435 or 3998546. OLE color: 3998546.

HSL color Cylindrical-coordinate representation of color #52033D: hue angle of 315.95º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52033D is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 61 -
CMYK 0 0.96 0.26 0.68
HSL 315.95º 0.93% 0.17% -
HSV(B) 315.95º 0.96% 0.32% -
XYZ 4.35 2.2 4.61 -
YUV 33.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 82 3 61 0 0.96 0.26 0.68 315.95 0.93 0.17
Hex 52 3 3D 0 60 1A 44 13C 5D 11
Octal 122 3 75 0 140 32 104 474 135 21
Binary 1010010 11 111101 0 1100000 11010 1000100 100111100 1011101 10001

Color Harmonies of #52033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52033D

Black with #52033D

Text Example


Text Example

White with #52033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52033D; }

 p { color: rgb(82,3,61); }

 H1.HeaderClassName
 {
   color: #52033D;
 }
 .AnyTagClassName
 {
   color: #52033D;
 }
</style>

background-color css

<style>
 a { background-color: #52033D; }

 a { background-color: rgb(82,3,61); }

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

border-color css

<style>
 span { border-color: #52033D; }

 span { border-color: rgb(82,3,61); }

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