Html Css Color HEX #7D0452 Tyrian Purple

📋 copy color: '#7D0452'

red 125 ◦ green 4 ◦ blue 82

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

Shades of Tyrian Purple #7D0452

Tints of Tyrian Purple #7D0452

RGB

 RED value IS 125 (49.22% from 255) = 59.24%

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 59.24%
G = 1.9%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D0452 (or 0x7D0452) is known color: Tyrian Purple. HEX triplet: 7D, 04 and 52. RGB value is (125,4,82). Sum of RGB (Red+Green+Blue) = 125+4+82=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0452 is #82FBAD. Grayscale: #303030. Windows color (decimal): -8584110 or 5375101. OLE color: 5375101.

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

Color convert

RGB 125 4 82 -
CMYK 0 0.97 0.34 0.51
HSL 321.32º 0.94% 0.25% -
HSV(B) 321.32º 0.97% 0.49% -
XYZ 10.02 5.06 8.43 -
YUV 49.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 125 4 82 0 0.97 0.34 0.51 321.32 0.94 0.25
Hex 7D 4 52 0 61 22 33 141 5E 19
Octal 175 4 122 0 141 42 63 501 136 31
Binary 1111101 100 1010010 0 1100001 100010 110011 101000001 1011110 11001

Color Harmonies of #7D0452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0452

Black with #7D0452

Text Example


Text Example

White with #7D0452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,4,82); }

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

background-color css

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

 a { background-color: rgb(125,4,82); }

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

border-color css

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

 span { border-color: rgb(125,4,82); }

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