#7E569D

Color #7E569D Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7E569D

Tints of Studio #7E569D

Color information

#7E569D (or 0x7E569D) is unknown color: approx Studio. HEX triplet: 7E, 56 and 9D. RGB value is (126,86,157). Sum of RGB (Red+Green+Blue) = 126+86+157=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E569D is #81A962. Grayscale: #696969. Windows color (decimal): -8497507 or 10311294. OLE color: 10311294.

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

Color convert

RGB12686157-
CMYK0.200.4500.38
HSL273.8º29.22%47.65%-
HSV(B)273.8º45.22%61.57%-
XYZ18.0213.5333.56-
YUV106.05156.75142.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.15%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=34.15%
G=23.31%
B=42.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126861570.200.4500.38273.829.2247.65
Hex7E569D142D0261121d30
Octal17612623524550464223560
Binary111111010101101001110110100101101010011010001001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,86,157); }

 H1.HeaderClassName
 {
   color: #7E569D;
 }
 .AnyTagClassName
 {
   color: #7E569D;
 }
</style>
background-color css

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

 a { background-color: rgb(126,86,157); }

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

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

 span { border-color: rgb(126,86,157); }

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