Html Css Color HEX #7D3D70 Eminence

📋 copy color: '#7D3D70'

red 125 ◦ green 61 ◦ blue 112

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

Shades of Eminence #7D3D70

Tints of Eminence #7D3D70

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.47%

 BLUE value IS 112 (44.14% from 255) = 37.58%

R = 41.95%
G = 20.47%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D3D70 (or 0x7D3D70) is known color: Eminence. HEX triplet: 7D, 3D and 70. RGB value is (125,61,112). Sum of RGB (Red+Green+Blue) = 125+61+112=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3D70 is #82C28F. Grayscale: #555555. Windows color (decimal): -8569488 or 7355773. OLE color: 7355773.

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

Color convert

RGB 125 61 112 -
CMYK 0 0.51 0.10 0.51
HSL 312.19º 0.34% 0.36% -
HSV(B) 312.19º 0.51% 0.49% -
XYZ 13.05 8.87 16.35 -
YUV 85.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 125 61 112 0 0.51 0.10 0.51 312.19 0.34 0.36
Hex 7D 3D 70 0 33 A 33 138 22 24
Octal 175 75 160 0 63 12 63 470 42 44
Binary 1111101 111101 1110000 0 110011 1010 110011 100111000 100010 100100

Color Harmonies of #7D3D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3D70

Black with #7D3D70

Text Example


Text Example

White with #7D3D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,61,112); }

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

background-color css

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

 a { background-color: rgb(125,61,112); }

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

border-color css

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

 span { border-color: rgb(125,61,112); }

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