#7541AC

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

Shades of Studio #7541AC

Tints of Studio #7541AC

Color information

#7541AC (or 0x7541AC) is unknown color: approx Studio. HEX triplet: 75, 41 and AC. RGB value is (117,65,172). Sum of RGB (Red+Green+Blue) = 117+65+172=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #7541AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7541AC is #8ABE53. Grayscale: #5C5C5C. Windows color (decimal): -9092692 or 11288949. OLE color: 11288949.

HSL color Cylindrical-coordinate representation of color #7541AC: hue angle of 269.16º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7541AC is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11765172-
CMYK0.320.6200.33
HSL269.16º45.15%46.47%-
HSV(B)269.16º62.21%67.45%-
XYZ16.6710.5440.19-
YUV92.75172.73145.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 65 (25.78% from 255) = 18.36%
BLUE value IS 172 (67.58% from 255) = 48.59%
R=33.05%
G=18.36%
B=48.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117651720.320.6200.33269.1645.1546.47
Hex7541AC203E02110d2d2e
Octal16510125440760414155556
Binary11101011000001101011001000001111100100001100001101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7541AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7541AC; }

 p { color: rgb(117,65,172); }

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

<style>
 a { background-color: #7541AC; }

 a { background-color: rgb(117,65,172); }

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

<style>
 span { border-color: #7541AC; }

 span { border-color: rgb(117,65,172); }

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