Html Css Color HEX #7E5271 Cosmic

📋 copy color: '#7E5271'

red 126 ◦ green 82 ◦ blue 113

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

Shades of Cosmic #7E5271

Tints of Cosmic #7E5271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.55%

 BLUE value IS 113 (44.53% from 255) = 35.2%

R = 39.25%
G = 25.55%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7E5271 (or 0x7E5271) is known color: Cosmic. HEX triplet: 7E, 52 and 71. RGB value is (126,82,113). Sum of RGB (Red+Green+Blue) = 126+82+113=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5271 is #81AD8E. Grayscale: #626262. Windows color (decimal): -8498575 or 7426686. OLE color: 7426686.

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

Color convert

RGB 126 82 113 -
CMYK 0 0.35 0.10 0.51
HSL 317.73º 0.21% 0.41% -
HSV(B) 317.73º 0.35% 0.49% -
XYZ 14.6 11.66 17.1 -
YUV 98.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 126 82 113 0 0.35 0.10 0.51 317.73 0.21 0.41
Hex 7E 52 71 0 23 A 33 13E 15 29
Octal 176 122 161 0 43 12 63 476 25 51
Binary 1111110 1010010 1110001 0 100011 1010 110011 100111110 10101 101001

Color Harmonies of #7E5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5271

Black with #7E5271

Text Example


Text Example

White with #7E5271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,82,113); }

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

background-color css

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

 a { background-color: rgb(126,82,113); }

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

border-color css

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

 span { border-color: rgb(126,82,113); }

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