#724BAD

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

Shades of Studio #724BAD

Tints of Studio #724BAD

Color information

#724BAD (or 0x724BAD) is unknown color: approx Studio. HEX triplet: 72, 4B and AD. RGB value is (114,75,173). Sum of RGB (Red+Green+Blue) = 114+75+173=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #724BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724BAD is #8DB452. Grayscale: #616161. Windows color (decimal): -9286739 or 11357042. OLE color: 11357042.

HSL color Cylindrical-coordinate representation of color #724BAD: hue angle of 263.88º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #724BAD is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11475173-
CMYK0.340.5700.32
HSL263.88º39.52%48.63%-
HSV(B)263.88º56.65%67.84%-
XYZ1711.6340.88-
YUV97.83170.42139.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 75 (29.69% from 255) = 20.72%
BLUE value IS 173 (67.97% from 255) = 47.79%
R=31.49%
G=20.72%
B=47.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114751730.340.5700.32263.8839.5248.63
Hex724BAD22390201082831
Octal16211325542710404105061
Binary11100101001011101011011000101110010100000100001000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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