Html Css Color HEX #7E4570 Cosmic

📋 copy color: '#7E4570'

red 126 ◦ green 69 ◦ blue 112

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

Shades of Cosmic #7E4570

Tints of Cosmic #7E4570

RGB

 RED value IS 126 (49.61% from 255) = 41.04%

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

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

R = 41.04%
G = 22.48%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7E4570 (or 0x7E4570) is known color: Cosmic. HEX triplet: 7E, 45 and 70. RGB value is (126,69,112). Sum of RGB (Red+Green+Blue) = 126+69+112=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4570 is #81BA8F. Grayscale: #5A5A5A. Windows color (decimal): -8501904 or 7357822. OLE color: 7357822.

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

Color convert

RGB 126 69 112 -
CMYK 0 0.45 0.11 0.51
HSL 314.74º 0.29% 0.38% -
HSV(B) 314.74º 0.45% 0.49% -
XYZ 13.66 9.86 16.51 -
YUV 90.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 126 69 112 0 0.45 0.11 0.51 314.74 0.29 0.38
Hex 7E 45 70 0 2D B 33 13B 1D 26
Octal 176 105 160 0 55 13 63 473 35 46
Binary 1111110 1000101 1110000 0 101101 1011 110011 100111011 11101 100110

Color Harmonies of #7E4570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4570

Black with #7E4570

Text Example


Text Example

White with #7E4570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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