#68147F

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

Shades of Purple #68147F

Tints of Purple #68147F

Color information

#68147F (or 0x68147F) is unknown color: approx Purple. HEX triplet: 68, 14 and 7F. RGB value is (104,20,127). Sum of RGB (Red+Green+Blue) = 104+20+127=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #68147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68147F is #97EB80. Grayscale: #383838. Windows color (decimal): -9956225 or 8328296. OLE color: 8328296.

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

Color convert

RGB10420127-
CMYK0.180.8400.50
HSL287.1º72.79%28.82%-
HSV(B)287.1º84.25%49.8%-
XYZ9.794.9820.52-
YUV57.31167.33161.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 20 (8.20% from 255) = 7.97%
BLUE value IS 127 (50% from 255) = 50.60%
R=41.43%
G=7.97%
B=50.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104201270.180.8400.50287.172.7928.82
Hex68147F125403211f491d
Octal150241772212406243711135
Binary11010001010011111111001010101000110010100011111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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