Html Css Color HEX #52083D Tyrian Purple

📋 copy color: '#52083D'

red 82 ◦ green 8 ◦ blue 61

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

Shades of Tyrian Purple #52083D

Tints of Tyrian Purple #52083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.3%

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

R = 54.3%
G = 5.3%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#52083D (or 0x52083D) is known color: Tyrian Purple. HEX triplet: 52, 08 and 3D. RGB value is (82,8,61). Sum of RGB (Red+Green+Blue) = 82+8+61=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #52083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52083D is #ADF7C2. Grayscale: #242424. Windows color (decimal): -11401155 or 3999826. OLE color: 3999826.

HSL color Cylindrical-coordinate representation of color #52083D: hue angle of 317.03º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52083D is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 8 61 -
CMYK 0 0.90 0.26 0.68
HSL 317.03º 0.82% 0.18% -
HSV(B) 317.03º 0.9% 0.32% -
XYZ 4.41 2.3 4.63 -
YUV 36.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 82 8 61 0 0.90 0.26 0.68 317.03 0.82 0.18
Hex 52 8 3D 0 5A 1A 44 13D 52 12
Octal 122 10 75 0 132 32 104 475 122 22
Binary 1010010 1000 111101 0 1011010 11010 1000100 100111101 1010010 10010

Color Harmonies of #52083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52083D

Black with #52083D

Text Example


Text Example

White with #52083D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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