#68277F

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

Shades of Seance #68277F

Tints of Seance #68277F

Color information

#68277F (or 0x68277F) is unknown color: approx Seance. HEX triplet: 68, 27 and 7F. RGB value is (104,39,127). Sum of RGB (Red+Green+Blue) = 104+39+127=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #68277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68277F is #97D880. Grayscale: #444444. Windows color (decimal): -9951361 or 8333160. OLE color: 8333160.

HSL color Cylindrical-coordinate representation of color #68277F: hue angle of 284.32º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68277F is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10439127-
CMYK0.180.6900.50
HSL284.32º53.01%32.55%-
HSV(B)284.32º69.29%49.8%-
XYZ10.275.9320.68-
YUV68.47161.03153.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 39 (15.62% from 255) = 14.44%
BLUE value IS 127 (50% from 255) = 47.04%
R=38.52%
G=14.44%
B=47.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104391270.180.6900.50284.3253.0132.55
Hex68277F124503211c3521
Octal15047177221050624346541
Binary110100010011111111111001010001010110010100011100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68277F; }

 p { color: rgb(104,39,127); }

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

<style>
 a { background-color: #68277F; }

 a { background-color: rgb(104,39,127); }

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

<style>
 span { border-color: #68277F; }

 span { border-color: rgb(104,39,127); }

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