#7F54A4

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

Shades of Studio #7F54A4

Tints of Studio #7F54A4

Color information

#7F54A4 (or 0x7F54A4) is unknown color: approx Studio. HEX triplet: 7F, 54 and A4. RGB value is (127,84,164). Sum of RGB (Red+Green+Blue) = 127+84+164=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F54A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F54A4 is #80AB5B. Grayscale: #696969. Windows color (decimal): -8432476 or 10769535. OLE color: 10769535.

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

Color convert

RGB12784164-
CMYK0.230.4900.36
HSL272.25º32.26%48.63%-
HSV(B)272.25º48.78%64.31%-
XYZ18.6213.5336.75-
YUV105.98160.75143-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.87%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 164 (64.45% from 255) = 43.73%
R=33.87%
G=22.4%
B=43.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal127841640.230.4900.36272.2532.2648.63
Hex7F54A417310241102031
Octal17712424427610444204061
Binary1111111101010010100100101111100010100100100010000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F54A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,84,164); }

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

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

 a { background-color: rgb(127,84,164); }

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

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

 span { border-color: rgb(127,84,164); }

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