Html Css Color HEX #520233 Tyrian Purple

📋 copy color: '#520233'

red 82 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #520233

Tints of Tyrian Purple #520233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 37.78%

R = 60.74%
G = 1.48%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#520233 (or 0x520233) is known color: Tyrian Purple. HEX triplet: 52, 02 and 33. RGB value is (82,2,51). Sum of RGB (Red+Green+Blue) = 82+2+51=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #520233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520233 is #ADFDCC. Grayscale: #1F1F1F. Windows color (decimal): -11402701 or 3342930. OLE color: 3342930.

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

Color convert

RGB 82 2 51 -
CMYK 0 0.98 0.38 0.68
HSL 323.25º 0.95% 0.16% -
HSV(B) 323.25º 0.98% 0.32% -
XYZ 4.1 2.08 3.32 -
YUV 31.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 82 2 51 0 0.98 0.38 0.68 323.25 0.95 0.16
Hex 52 2 33 0 62 26 44 143 5F 10
Octal 122 2 63 0 142 46 104 503 137 20
Binary 1010010 10 110011 0 1100010 100110 1000100 101000011 1011111 10000

Color Harmonies of #520233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520233

Black with #520233

Text Example


Text Example

White with #520233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520233; }

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

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

background-color css

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

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

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

border-color css

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

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

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