#72519A

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

Shades of Studio #72519A

Tints of Studio #72519A

Color information

#72519A (or 0x72519A) is unknown color: approx Studio. HEX triplet: 72, 51 and 9A. RGB value is (114,81,154). Sum of RGB (Red+Green+Blue) = 114+81+154=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #72519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72519A is #8DAE65. Grayscale: #626262. Windows color (decimal): -9285222 or 10113394. OLE color: 10113394.

HSL color Cylindrical-coordinate representation of color #72519A: hue angle of 267.12º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72519A is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11481154-
CMYK0.260.4700.40
HSL267.12º31.06%46.08%-
HSV(B)267.12º47.4%60.39%-
XYZ15.7111.832.02-
YUV99.19158.93138.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.66%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 154 (60.55% from 255) = 44.13%
R=32.66%
G=23.21%
B=44.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114811540.260.4700.40267.1231.0646.08
Hex72519A1A2F02810b1f2e
Octal16212123232570504133756
Binary111001010100011001101011010101111010100010000101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72519A; }

 p { color: rgb(114,81,154); }

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

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

 a { background-color: rgb(114,81,154); }

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

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

 span { border-color: rgb(114,81,154); }

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