Html Css Color HEX #7D4570 Cosmic

📋 copy color: '#7D4570'

red 125 ◦ green 69 ◦ blue 112

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

Shades of Cosmic #7D4570

Tints of Cosmic #7D4570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.55%

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

R = 40.85%
G = 22.55%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D4570 (or 0x7D4570) is known color: Cosmic. HEX triplet: 7D, 45 and 70. RGB value is (125,69,112). Sum of RGB (Red+Green+Blue) = 125+69+112=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4570 is #82BA8F. Grayscale: #5A5A5A. Windows color (decimal): -8567440 or 7357821. OLE color: 7357821.

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

Color convert

RGB 125 69 112 -
CMYK 0 0.45 0.10 0.51
HSL 313.93º 0.29% 0.38% -
HSV(B) 313.93º 0.45% 0.49% -
XYZ 13.51 9.79 16.51 -
YUV 90.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 125 69 112 0 0.45 0.10 0.51 313.93 0.29 0.38
Hex 7D 45 70 0 2D A 33 13A 1D 26
Octal 175 105 160 0 55 12 63 472 35 46
Binary 1111101 1000101 1110000 0 101101 1010 110011 100111010 11101 100110

Color Harmonies of #7D4570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4570

Black with #7D4570

Text Example


Text Example

White with #7D4570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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