Html Css Color HEX #7C0552 Tyrian Purple

📋 copy color: '#7C0552'

red 124 ◦ green 5 ◦ blue 82

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

Shades of Tyrian Purple #7C0552

Tints of Tyrian Purple #7C0552

RGB

 RED value IS 124 (48.83% from 255) = 58.77%

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 82 (32.42% from 255) = 38.86%

R = 58.77%
G = 2.37%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7C0552 (or 0x7C0552) is known color: Tyrian Purple. HEX triplet: 7C, 05 and 52. RGB value is (124,5,82). Sum of RGB (Red+Green+Blue) = 124+5+82=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0552 is #83FAAD. Grayscale: #313131. Windows color (decimal): -8649390 or 5375356. OLE color: 5375356.

HSL color Cylindrical-coordinate representation of color #7C0552: hue angle of 321.18º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0552 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 5 82 -
CMYK 0 0.96 0.34 0.51
HSL 321.18º 0.92% 0.25% -
HSV(B) 321.18º 0.96% 0.49% -
XYZ 9.89 5 8.43 -
YUV 49.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 124 5 82 0 0.96 0.34 0.51 321.18 0.92 0.25
Hex 7C 5 52 0 60 22 33 141 5C 19
Octal 174 5 122 0 140 42 63 501 134 31
Binary 1111100 101 1010010 0 1100000 100010 110011 101000001 1011100 11001

Color Harmonies of #7C0552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0552

Black with #7C0552

Text Example


Text Example

White with #7C0552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C0552; }

 p { color: rgb(124,5,82); }

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

background-color css

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

 a { background-color: rgb(124,5,82); }

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

border-color css

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

 span { border-color: rgb(124,5,82); }

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