#722A6F

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

Shades of Seance #722A6F

Tints of Seance #722A6F

Color information

#722A6F (or 0x722A6F) is unknown color: approx Seance. HEX triplet: 72, 2A and 6F. RGB value is (114,42,111). Sum of RGB (Red+Green+Blue) = 114+42+111=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #722A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722A6F is #8DD590. Grayscale: #474747. Windows color (decimal): -9295249 or 7285362. OLE color: 7285362.

HSL color Cylindrical-coordinate representation of color #722A6F: hue angle of 302.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722A6F is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11442111-
CMYK00.630.030.55
HSL302.5º46.15%30.59%-
HSV(B)302.5º63.16%44.71%-
XYZ10.646.3815.71-
YUV71.39150.35158.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=42.70%
G=15.73%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144211100.630.030.55302.546.1530.59
Hex722A6F03F33712e2e1f
Octal162521570773674565637
Binary1110010101010110111101111111111011110010111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722A6F; }

 p { color: rgb(114,42,111); }

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

<style>
 a { background-color: #722A6F; }

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

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

<style>
 span { border-color: #722A6F; }

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

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