#7272AA

Color #7272AA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #7272AA

Tints of Chetwode Blue #7272AA

Color information

#7272AA (or 0x7272AA) is unknown color: approx Chetwode Blue. HEX triplet: 72, 72 and AA. RGB value is (114,114,170). Sum of RGB (Red+Green+Blue) = 114+114+170=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #7272AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7272AA is #8D8D55. Grayscale: #787878. Windows color (decimal): -9276758 or 11170418. OLE color: 11170418.

HSL color Cylindrical-coordinate representation of color #7272AA: hue angle of 240º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7272AA is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114114170-
CMYK0.330.3300.33
HSL240º24.78%55.69%-
HSV(B)240º32.94%66.67%-
XYZ20.2118.5140.54-
YUV120.38156123.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.64%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=28.64%
G=28.64%
B=42.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141141700.330.3300.3324024.7855.69
Hex7272AA2121021f01938
Octal16216225241410413603170
Binary111001011100101010101010000110000101000011111000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7272AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7272AA; }

 p { color: rgb(114,114,170); }

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

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

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

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

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

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

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