Html Css Color HEX #520743 Tyrian Purple

📋 copy color: '#520743'

red 82 ◦ green 7 ◦ blue 67

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

Shades of Tyrian Purple #520743

Tints of Tyrian Purple #520743

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.49%

 BLUE value IS 67 (26.56% from 255) = 42.95%

R = 52.56%
G = 4.49%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#520743 (or 0x520743) is known color: Tyrian Purple. HEX triplet: 52, 07 and 43. RGB value is (82,7,67). Sum of RGB (Red+Green+Blue) = 82+7+67=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #520743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520743 is #ADF8BC. Grayscale: #242424. Windows color (decimal): -11401405 or 4392786. OLE color: 4392786.

HSL color Cylindrical-coordinate representation of color #520743: hue angle of 312º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520743 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 7 67 -
CMYK 0 0.91 0.18 0.68
HSL 312º 0.84% 0.17% -
HSV(B) 312º 0.91% 0.32% -
XYZ 4.57 2.35 5.52 -
YUV 36.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 82 7 67 0 0.91 0.18 0.68 312 0.84 0.17
Hex 52 7 43 0 5B 12 44 138 54 11
Octal 122 7 103 0 133 22 104 470 124 21
Binary 1010010 111 1000011 0 1011011 10010 1000100 100111000 1010100 10001

Color Harmonies of #520743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520743

Black with #520743

Text Example


Text Example

White with #520743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520743; }

 p { color: rgb(82,7,67); }

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

background-color css

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

 a { background-color: rgb(82,7,67); }

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

border-color css

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

 span { border-color: rgb(82,7,67); }

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