#7641AC

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

Shades of Studio #7641AC

Tints of Studio #7641AC

Color information

#7641AC (or 0x7641AC) is unknown color: approx Studio. HEX triplet: 76, 41 and AC. RGB value is (118,65,172). Sum of RGB (Red+Green+Blue) = 118+65+172=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #7641AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7641AC is #89BE53. Grayscale: #5C5C5C. Windows color (decimal): -9027156 or 11288950. OLE color: 11288950.

HSL color Cylindrical-coordinate representation of color #7641AC: hue angle of 269.72º 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 #7641AC is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11865172-
CMYK0.310.6200.33
HSL269.72º45.15%46.47%-
HSV(B)269.72º62.21%67.45%-
XYZ16.8110.6140.19-
YUV93.04172.56145.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=33.24%
G=18.31%
B=48.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118651720.310.6200.33269.7245.1546.47
Hex7641AC1F3E02110e2d2e
Octal16610125437760414165556
Binary1110110100000110101100111111111100100001100001110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7641AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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