Html Css Color HEX #7D3D75 Eminence

📋 copy color: '#7D3D75'

red 125 ◦ green 61 ◦ blue 117

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

Shades of Eminence #7D3D75

Tints of Eminence #7D3D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 41.25%
G = 20.13%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D3D75 (or 0x7D3D75) is known color: Eminence. HEX triplet: 7D, 3D and 75. RGB value is (125,61,117). Sum of RGB (Red+Green+Blue) = 125+61+117=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3D75 is #82C28A. Grayscale: #565656. Windows color (decimal): -8569483 or 7683453. OLE color: 7683453.

HSL color Cylindrical-coordinate representation of color #7D3D75: hue angle of 307.5º 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 #7D3D75 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 61 117 -
CMYK 0 0.51 0.06 0.51
HSL 307.5º 0.34% 0.36% -
HSV(B) 307.5º 0.51% 0.49% -
XYZ 13.34 8.98 17.86 -
YUV 86.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 125 61 117 0 0.51 0.06 0.51 307.5 0.34 0.36
Hex 7D 3D 75 0 33 6 33 134 22 24
Octal 175 75 165 0 63 6 63 464 42 44
Binary 1111101 111101 1110101 0 110011 110 110011 100110100 100010 100100

Color Harmonies of #7D3D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3D75

Black with #7D3D75

Text Example


Text Example

White with #7D3D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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