Html Css Color HEX #7C0252 Tyrian Purple

📋 copy color: '#7C0252'

red 124 ◦ green 2 ◦ blue 82

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

Shades of Tyrian Purple #7C0252

Tints of Tyrian Purple #7C0252

RGB

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

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

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

R = 59.62%
G = 0.96%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7C0252 (or 0x7C0252) is known color: Tyrian Purple. HEX triplet: 7C, 02 and 52. RGB value is (124,2,82). Sum of RGB (Red+Green+Blue) = 124+2+82=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0252 is #83FDAD. Grayscale: #2F2F2F. Windows color (decimal): -8650158 or 5374588. OLE color: 5374588.

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

Color convert

RGB 124 2 82 -
CMYK 0 0.98 0.34 0.51
HSL 320.66º 0.97% 0.25% -
HSV(B) 320.66º 0.98% 0.49% -
XYZ 9.86 4.94 8.42 -
YUV 47.6 147.42 182.5 -
System Red Green Blue C M Y K H S L
Decimal 124 2 82 0 0.98 0.34 0.51 320.66 0.97 0.25
Hex 7C 2 52 0 62 22 33 141 61 19
Octal 174 2 122 0 142 42 63 501 141 31
Binary 1111100 10 1010010 0 1100010 100010 110011 101000001 1100001 11001

Color Harmonies of #7C0252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0252

Black with #7C0252

Text Example


Text Example

White with #7C0252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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