Html Css Color HEX #520238 Tyrian Purple

📋 copy color: '#520238'

red 82 ◦ green 2 ◦ blue 56

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

Shades of Tyrian Purple #520238

Tints of Tyrian Purple #520238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 40%

R = 58.57%
G = 1.43%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#520238 (or 0x520238) is known color: Tyrian Purple. HEX triplet: 52, 02 and 38. RGB value is (82,2,56). Sum of RGB (Red+Green+Blue) = 82+2+56=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #520238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520238 is #ADFDC7. Grayscale: #1F1F1F. Windows color (decimal): -11402696 or 3670610. OLE color: 3670610.

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

Color convert

RGB 82 2 56 -
CMYK 0 0.98 0.32 0.68
HSL 319.5º 0.95% 0.16% -
HSV(B) 319.5º 0.98% 0.32% -
XYZ 4.22 2.12 3.93 -
YUV 32.08 141.5 163.61 -
System Red Green Blue C M Y K H S L
Decimal 82 2 56 0 0.98 0.32 0.68 319.5 0.95 0.16
Hex 52 2 38 0 62 20 44 140 5F 10
Octal 122 2 70 0 142 40 104 500 137 20
Binary 1010010 10 111000 0 1100010 100000 1000100 101000000 1011111 10000

Color Harmonies of #520238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520238

Black with #520238

Text Example


Text Example

White with #520238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520238; }

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

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

background-color css

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

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

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

border-color css

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

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

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