#724798

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

Shades of Studio #724798

Tints of Studio #724798

Color information

#724798 (or 0x724798) is unknown color: approx Studio. HEX triplet: 72, 47 and 98. RGB value is (114,71,152). Sum of RGB (Red+Green+Blue) = 114+71+152=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #724798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724798 is #8DB867. Grayscale: #5C5C5C. Windows color (decimal): -9287784 or 9979762. OLE color: 9979762.

HSL color Cylindrical-coordinate representation of color #724798: hue angle of 271.85º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #724798 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11471152-
CMYK0.250.5300.40
HSL271.85º36.32%43.73%-
HSV(B)271.85º53.29%59.61%-
XYZ14.8610.3530.92-
YUV93.09161.25142.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=33.83%
G=21.07%
B=45.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114711520.250.5300.40271.8536.3243.73
Hex7247981935028110242c
Octal16210723031650504204454
Binary1110010100011110011000110011101010101000100010000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724798; }

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

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

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

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

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

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

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

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