#724B98

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

Shades of Studio #724B98

Tints of Studio #724B98

Color information

#724B98 (or 0x724B98) is unknown color: approx Studio. HEX triplet: 72, 4B and 98. RGB value is (114,75,152). Sum of RGB (Red+Green+Blue) = 114+75+152=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #724B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724B98 is #8DB467. Grayscale: #5F5F5F. Windows color (decimal): -9286760 or 9980786. OLE color: 9980786.

HSL color Cylindrical-coordinate representation of color #724B98: hue angle of 270.39º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724B98 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11475152-
CMYK0.250.5100.40
HSL270.39º33.92%44.51%-
HSV(B)270.39º50.66%59.61%-
XYZ15.1210.8831.01-
YUV95.44159.92141.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 152 (59.77% from 255) = 44.57%
R=33.43%
G=21.99%
B=44.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114751520.250.5100.40270.3933.9244.51
Hex724B98193302810e222d
Octal16211323031630504164255
Binary1110010100101110011000110011100110101000100001110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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