#7149AF

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

Shades of Studio #7149AF

Tints of Studio #7149AF

Color information

#7149AF (or 0x7149AF) is unknown color: approx Studio. HEX triplet: 71, 49 and AF. RGB value is (113,73,175). Sum of RGB (Red+Green+Blue) = 113+73+175=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #7149AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7149AF is #8EB650. Grayscale: #606060. Windows color (decimal): -9352785 or 11487601. OLE color: 11487601.

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

Color convert

RGB11373175-
CMYK0.350.5800.31
HSL263.53º41.13%48.63%-
HSV(B)263.53º58.29%68.63%-
XYZ16.9311.3741.86-
YUV96.59172.25139.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=31.30%
G=20.22%
B=48.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113731750.350.5800.31263.5341.1348.63
Hex7149AF233A01F1082931
Octal16111125743720374105161
Binary1110001100100110101111100011111010011111100001000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7149AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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