#724693

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

Shades of Studio #724693

Tints of Studio #724693

Color information

#724693 (or 0x724693) is unknown color: approx Studio. HEX triplet: 72, 46 and 93. RGB value is (114,70,147). Sum of RGB (Red+Green+Blue) = 114+70+147=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #724693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724693 is #8DB96C. Grayscale: #5B5B5B. Windows color (decimal): -9288045 or 9651826. OLE color: 9651826.

HSL color Cylindrical-coordinate representation of color #724693: hue angle of 274.29º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724693 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11470147-
CMYK0.220.5200.42
HSL274.29º35.48%42.55%-
HSV(B)274.29º52.38%57.65%-
XYZ14.410.0628.79-
YUV91.93159.08143.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=34.44%
G=21.15%
B=44.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114701470.220.5200.42274.2935.4842.55
Hex724693163402A112232b
Octal16210622326640524224353
Binary1110010100011010010011101101101000101010100010010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724693; }

 p { color: rgb(114,70,147); }

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

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

 a { background-color: rgb(114,70,147); }

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

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

 span { border-color: rgb(114,70,147); }

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