#7144AC

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

Shades of Studio #7144AC

Tints of Studio #7144AC

Color information

#7144AC (or 0x7144AC) is unknown color: approx Studio. HEX triplet: 71, 44 and AC. RGB value is (113,68,172). Sum of RGB (Red+Green+Blue) = 113+68+172=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #7144AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7144AC is #8EBB53. Grayscale: #5C5C5C. Windows color (decimal): -9354068 or 11289713. OLE color: 11289713.

HSL color Cylindrical-coordinate representation of color #7144AC: hue angle of 265.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7144AC is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11368172-
CMYK0.340.6000.33
HSL265.96º43.33%47.06%-
HSV(B)265.96º60.47%67.45%-
XYZ16.3210.6240.22-
YUV93.31172.41142.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 68 (26.95% from 255) = 19.26%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=32.01%
G=19.26%
B=48.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113681720.340.6000.33265.9643.3347.06
Hex7144AC223C02110a2b2f
Octal16110425442740414125357
Binary11100011000100101011001000101111000100001100001010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7144AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,68,172); }

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

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

 a { background-color: rgb(113,68,172); }

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

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

 span { border-color: rgb(113,68,172); }

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