#68147D

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

Shades of Seance #68147D

Tints of Seance #68147D

Color information

#68147D (or 0x68147D) is unknown color: approx Seance. HEX triplet: 68, 14 and 7D. RGB value is (104,20,125). Sum of RGB (Red+Green+Blue) = 104+20+125=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #68147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68147D is #97EB82. Grayscale: #383838. Windows color (decimal): -9956227 or 8197224. OLE color: 8197224.

HSL color Cylindrical-coordinate representation of color #68147D: hue angle of 288º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68147D is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10420125-
CMYK0.170.8400.51
HSL288º72.41%28.43%-
HSV(B)288º84%49.02%-
XYZ9.664.9219.84-
YUV57.09166.33161.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 20 (8.20% from 255) = 8.03%
BLUE value IS 125 (49.22% from 255) = 50.20%
R=41.77%
G=8.03%
B=50.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104201250.170.8400.5128872.4128.43
Hex68147D1154033120481c
Octal150241752112406344011034
Binary11010001010011111011000110101000110011100100000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68147D; }

 p { color: rgb(104,20,125); }

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

<style>
 a { background-color: #68147D; }

 a { background-color: rgb(104,20,125); }

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

<style>
 span { border-color: #68147D; }

 span { border-color: rgb(104,20,125); }

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