#72469A

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

Shades of Studio #72469A

Tints of Studio #72469A

Color information

#72469A (or 0x72469A) is unknown color: approx Studio. HEX triplet: 72, 46 and 9A. RGB value is (114,70,154). Sum of RGB (Red+Green+Blue) = 114+70+154=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #72469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72469A is #8DB965. Grayscale: #5C5C5C. Windows color (decimal): -9288038 or 10110578. OLE color: 10110578.

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

Color convert

RGB11470154-
CMYK0.260.5500.40
HSL271.43º37.5%43.92%-
HSV(B)271.43º54.55%60.39%-
XYZ14.9610.2931.77-
YUV92.73162.58143.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 154 (60.55% from 255) = 45.56%
R=33.73%
G=20.71%
B=45.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114701540.260.5500.40271.4337.543.92
Hex72469A1A3702810f252c
Octal16210623232670504174554
Binary1110010100011010011010110101101110101000100001111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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