#72267B

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

Shades of Seance #72267B

Tints of Seance #72267B

Color information

#72267B (or 0x72267B) is unknown color: approx Seance. HEX triplet: 72, 26 and 7B. RGB value is (114,38,123). Sum of RGB (Red+Green+Blue) = 114+38+123=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #72267B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72267B is #8DD984. Grayscale: #464646. Windows color (decimal): -9296261 or 8070770. OLE color: 8070770.

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

Color convert

RGB11438123-
CMYK0.070.6900.52
HSL293.65º52.8%31.57%-
HSV(B)293.65º69.11%48.24%-
XYZ11.216.3919.38-
YUV70.41157.68159.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=41.45%
G=13.82%
B=44.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114381230.070.6900.52293.6552.831.57
Hex72267B7450341263520
Octal1624617371050644466540
Binary1110010100110111101111110001010110100100100110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72267B; }

 p { color: rgb(114,38,123); }

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

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

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

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

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

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

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