#7F58A5

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

Shades of Studio #7F58A5

Tints of Studio #7F58A5

Color information

#7F58A5 (or 0x7F58A5) is unknown color: approx Studio. HEX triplet: 7F, 58 and A5. RGB value is (127,88,165). Sum of RGB (Red+Green+Blue) = 127+88+165=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 165 - color contains mainly: blue. Hex color #7F58A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F58A5 is #80A75A. Grayscale: #6C6C6C. Windows color (decimal): -8431451 or 10836095. OLE color: 10836095.

HSL color Cylindrical-coordinate representation of color #7F58A5: hue angle of 270.39º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F58A5 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12788165-
CMYK0.230.4700.35
HSL270.39º30.43%49.61%-
HSV(B)270.39º46.67%64.71%-
XYZ19.0314.2137.34-
YUV108.44159.92141.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.42%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 165 (64.84% from 255) = 43.42%
R=33.42%
G=23.16%
B=43.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal127881650.230.4700.35270.3930.4349.61
Hex7F58A5172F02310e1e32
Octal17713024527570434163662
Binary111111110110001010010110111101111010001110000111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F58A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,88,165); }

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

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

 a { background-color: rgb(127,88,165); }

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

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

 span { border-color: rgb(127,88,165); }

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