Html Css Color HEX #520230 Tyrian Purple

📋 copy color: '#520230'

red 82 ◦ green 2 ◦ blue 48

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

Shades of Tyrian Purple #520230

Tints of Tyrian Purple #520230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 36.36%

R = 62.12%
G = 1.52%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#520230 (or 0x520230) is known color: Tyrian Purple. HEX triplet: 52, 02 and 30. RGB value is (82,2,48). Sum of RGB (Red+Green+Blue) = 82+2+48=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #520230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520230 is #ADFDCF. Grayscale: #1F1F1F. Windows color (decimal): -11402704 or 3146322. OLE color: 3146322.

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

Color convert

RGB 82 2 48 -
CMYK 0 0.98 0.41 0.68
HSL 325.5º 0.95% 0.16% -
HSV(B) 325.5º 0.98% 0.32% -
XYZ 4.03 2.05 2.98 -
YUV 31.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 82 2 48 0 0.98 0.41 0.68 325.5 0.95 0.16
Hex 52 2 30 0 62 29 44 146 5F 10
Octal 122 2 60 0 142 51 104 506 137 20
Binary 1010010 10 110000 0 1100010 101001 1000100 101000110 1011111 10000

Color Harmonies of #520230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520230

Black with #520230

Text Example


Text Example

White with #520230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520230; }

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

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

background-color css

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

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

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

border-color css

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

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

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