#724EB4

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

Shades of Studio #724EB4

Tints of Studio #724EB4

Color information

#724EB4 (or 0x724EB4) is unknown color: approx Studio. HEX triplet: 72, 4E and B4. RGB value is (114,78,180). Sum of RGB (Red+Green+Blue) = 114+78+180=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #724EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EB4 is #8DB14B. Grayscale: #646464. Windows color (decimal): -9285964 or 11816562. OLE color: 11816562.

HSL color Cylindrical-coordinate representation of color #724EB4: hue angle of 261.18º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #724EB4 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11478180-
CMYK0.370.5700.29
HSL261.18º40.48%50.59%-
HSV(B)261.18º56.67%70.59%-
XYZ17.912.3244.61-
YUV100.39172.93137.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.65%
GREEN value IS 78 (30.86% from 255) = 20.97%
BLUE value IS 180 (70.70% from 255) = 48.39%
R=30.65%
G=20.97%
B=48.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114781800.370.5700.29261.1840.4850.59
Hex724EB4253901D1052833
Octal16211626445710354055063
Binary1110010100111010110100100101111001011101100000101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,78,180); }

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

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

 a { background-color: rgb(114,78,180); }

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

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

 span { border-color: rgb(114,78,180); }

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