#72277A

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

Shades of Seance #72277A

Tints of Seance #72277A

Color information

#72277A (or 0x72277A) is unknown color: approx Seance. HEX triplet: 72, 27 and 7A. RGB value is (114,39,122). Sum of RGB (Red+Green+Blue) = 114+39+122=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #72277A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72277A is #8DD885. Grayscale: #464646. Windows color (decimal): -9296006 or 8005490. OLE color: 8005490.

HSL color Cylindrical-coordinate representation of color #72277A: hue angle of 294.22º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72277A is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11439122-
CMYK0.070.6800.52
HSL294.22º51.55%31.57%-
HSV(B)294.22º68.03%47.84%-
XYZ11.186.4319.07-
YUV70.89156.85158.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 122 (48.05% from 255) = 44.36%
R=41.45%
G=14.18%
B=44.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114391220.070.6800.52294.2251.5531.57
Hex72277A7440341263420
Octal1624717271040644466440
Binary1110010100111111101011110001000110100100100110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,39,122); }

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

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

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

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

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

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

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