Html Css Color HEX #52023D Tyrian Purple

📋 copy color: '#52023D'

red 82 ◦ green 2 ◦ blue 61

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

Shades of Tyrian Purple #52023D

Tints of Tyrian Purple #52023D

RGB

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

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

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

R = 56.55%
G = 1.38%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#52023D (or 0x52023D) is known color: Tyrian Purple. HEX triplet: 52, 02 and 3D. RGB value is (82,2,61). Sum of RGB (Red+Green+Blue) = 82+2+61=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52023D is #ADFDC2. Grayscale: #202020. Windows color (decimal): -11402691 or 3998290. OLE color: 3998290.

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

Color convert

RGB 82 2 61 -
CMYK 0 0.98 0.26 0.68
HSL 315.75º 0.95% 0.16% -
HSV(B) 315.75º 0.98% 0.32% -
XYZ 4.34 2.17 4.61 -
YUV 32.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 82 2 61 0 0.98 0.26 0.68 315.75 0.95 0.16
Hex 52 2 3D 0 62 1A 44 13C 5F 10
Octal 122 2 75 0 142 32 104 474 137 20
Binary 1010010 10 111101 0 1100010 11010 1000100 100111100 1011111 10000

Color Harmonies of #52023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52023D

Black with #52023D

Text Example


Text Example

White with #52023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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