#724AB0

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

Shades of Studio #724AB0

Tints of Studio #724AB0

Color information

#724AB0 (or 0x724AB0) is unknown color: approx Studio. HEX triplet: 72, 4A and B0. RGB value is (114,74,176). Sum of RGB (Red+Green+Blue) = 114+74+176=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 176 - color contains mainly: blue. Hex color #724AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724AB0 is #8DB54F. Grayscale: #616161. Windows color (decimal): -9286992 or 11553394. OLE color: 11553394.

HSL color Cylindrical-coordinate representation of color #724AB0: 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 #724AB0 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11474176-
CMYK0.350.5800.31
HSL263.53º40.8%49.02%-
HSV(B)263.53º57.95%69.02%-
XYZ17.2211.6142.41-
YUV97.59172.25139.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.32%
GREEN value IS 74 (29.30% from 255) = 20.33%
BLUE value IS 176 (69.14% from 255) = 48.35%
R=31.32%
G=20.33%
B=48.35%

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
Decimal114741760.350.5800.31263.5340.849.02
Hex724AB0233A01F1082931
Octal16211226043720374105161
Binary1110010100101010110000100011111010011111100001000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,74,176); }

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

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

 a { background-color: rgb(114,74,176); }

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

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

 span { border-color: rgb(114,74,176); }

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