#7351AC

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

Shades of Studio #7351AC

Tints of Studio #7351AC

Color information

#7351AC (or 0x7351AC) is unknown color: approx Studio. HEX triplet: 73, 51 and AC. RGB value is (115,81,172). Sum of RGB (Red+Green+Blue) = 115+81+172=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #7351AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7351AC is #8CAE53. Grayscale: #656565. Windows color (decimal): -9219668 or 11293043. OLE color: 11293043.

HSL color Cylindrical-coordinate representation of color #7351AC: hue angle of 262.42º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7351AC is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11581172-
CMYK0.330.5300.33
HSL262.42º35.97%49.61%-
HSV(B)262.42º52.91%67.45%-
XYZ17.4612.5140.52-
YUV101.54167.76137.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=31.25%
G=22.01%
B=46.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115811720.330.5300.33262.4235.9749.61
Hex7351AC21350211062432
Octal16312125441650414064462
Binary11100111010001101011001000011101010100001100000110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7351AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,81,172); }

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

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

 a { background-color: rgb(115,81,172); }

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

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

 span { border-color: rgb(115,81,172); }

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