#7E58A4

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

Shades of Studio #7E58A4

Tints of Studio #7E58A4

Color information

#7E58A4 (or 0x7E58A4) is unknown color: approx Studio. HEX triplet: 7E, 58 and A4. RGB value is (126,88,164). Sum of RGB (Red+Green+Blue) = 126+88+164=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #7E58A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E58A4 is #81A75B. Grayscale: #6B6B6B. Windows color (decimal): -8496988 or 10770558. OLE color: 10770558.

HSL color Cylindrical-coordinate representation of color #7E58A4: hue angle of 270º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E58A4 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12688164-
CMYK0.230.4600.36
HSL270º30.16%49.41%-
HSV(B)270º46.34%64.31%-
XYZ18.7914.136.85-
YUV108.03159.59140.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 164 (64.45% from 255) = 43.39%
R=33.33%
G=23.28%
B=43.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal126881640.230.4600.3627030.1649.41
Hex7E58A4172E02410e1e31
Octal17613024427560444163661
Binary111111010110001010010010111101110010010010000111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E58A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,88,164); }

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

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

 a { background-color: rgb(126,88,164); }

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

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

 span { border-color: rgb(126,88,164); }

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