#7645AA

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

Shades of Studio #7645AA

Tints of Studio #7645AA

Color information

#7645AA (or 0x7645AA) is unknown color: approx Studio. HEX triplet: 76, 45 and AA. RGB value is (118,69,170). Sum of RGB (Red+Green+Blue) = 118+69+170=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #7645AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7645AA is #89BA55. Grayscale: #5E5E5E. Windows color (decimal): -9026134 or 11158902. OLE color: 11158902.

HSL color Cylindrical-coordinate representation of color #7645AA: hue angle of 269.11º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7645AA is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11869170-
CMYK0.310.5900.33
HSL269.11º42.26%46.86%-
HSV(B)269.11º59.41%66.67%-
XYZ16.8611.0139.27-
YUV95.16170.23144.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 69 (27.34% from 255) = 19.33%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=33.05%
G=19.33%
B=47.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118691700.310.5900.33269.1142.2646.86
Hex7645AA1F3B02110d2a2f
Octal16610525237730414155257
Binary1110110100010110101010111111110110100001100001101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7645AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7645AA; }

 p { color: rgb(118,69,170); }

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

<style>
 a { background-color: #7645AA; }

 a { background-color: rgb(118,69,170); }

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

<style>
 span { border-color: #7645AA; }

 span { border-color: rgb(118,69,170); }

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