#724BAA

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

Shades of Studio #724BAA

Tints of Studio #724BAA

Color information

#724BAA (or 0x724BAA) is unknown color: approx Studio. HEX triplet: 72, 4B and AA. RGB value is (114,75,170). Sum of RGB (Red+Green+Blue) = 114+75+170=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #724BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724BAA is #8DB455. Grayscale: #616161. Windows color (decimal): -9286742 or 11160434. OLE color: 11160434.

HSL color Cylindrical-coordinate representation of color #724BAA: hue angle of 264.63º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724BAA is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11475170-
CMYK0.330.5600.33
HSL264.63º38.78%48.04%-
HSV(B)264.63º55.88%66.67%-
XYZ16.7111.5139.37-
YUV97.49168.92139.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.75%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=31.75%
G=20.89%
B=47.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114751700.330.5600.33264.6338.7848.04
Hex724BAA21380211092730
Octal16211325241700414114760
Binary11100101001011101010101000011110000100001100001001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724BAA; }

 p { color: rgb(114,75,170); }

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

<style>
 a { background-color: #724BAA; }

 a { background-color: rgb(114,75,170); }

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

<style>
 span { border-color: #724BAA; }

 span { border-color: rgb(114,75,170); }

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