#7145AF

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

Shades of Studio #7145AF

Tints of Studio #7145AF

Color information

#7145AF (or 0x7145AF) is unknown color: approx Studio. HEX triplet: 71, 45 and AF. RGB value is (113,69,175). Sum of RGB (Red+Green+Blue) = 113+69+175=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #7145AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7145AF is #8EBA50. Grayscale: #5D5D5D. Windows color (decimal): -9353809 or 11486577. OLE color: 11486577.

HSL color Cylindrical-coordinate representation of color #7145AF: hue angle of 264.91º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7145AF is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11369175-
CMYK0.350.6100.31
HSL264.91º43.44%47.84%-
HSV(B)264.91º60.57%68.63%-
XYZ16.6810.8641.78-
YUV94.24173.58141.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 69 (27.34% from 255) = 19.33%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=31.65%
G=19.33%
B=49.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113691750.350.6100.31264.9143.4447.84
Hex7145AF233D01F1092b30
Octal16110525743750374115360
Binary1110001100010110101111100011111101011111100001001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7145AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7145AF; }

 p { color: rgb(113,69,175); }

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

<style>
 a { background-color: #7145AF; }

 a { background-color: rgb(113,69,175); }

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

<style>
 span { border-color: #7145AF; }

 span { border-color: rgb(113,69,175); }

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