#68047B

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

Shades of Purple #68047B

Tints of Purple #68047B

Color information

#68047B (or 0x68047B) is unknown color: approx Purple. HEX triplet: 68, 04 and 7B. RGB value is (104,4,123). Sum of RGB (Red+Green+Blue) = 104+4+123=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #68047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68047B is #97FB84. Grayscale: #2F2F2F. Windows color (decimal): -9960325 or 8062056. OLE color: 8062056.

HSL color Cylindrical-coordinate representation of color #68047B: hue angle of 290.42º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68047B is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1044123-
CMYK0.150.9700.52
HSL290.42º93.7%24.9%-
HSV(B)290.42º96.75%48.24%-
XYZ9.334.4619.11-
YUV47.47170.63168.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 4 (1.95% from 255) = 1.73%
BLUE value IS 123 (48.44% from 255) = 53.25%
R=45.02%
G=1.73%
B=53.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10441230.150.9700.52290.4293.724.9
Hex6847BF610341225e19
Octal15041731714106444213631
Binary11010001001111011111111000010110100100100010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,4,123); }

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

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

 a { background-color: rgb(104,4,123); }

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

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

 span { border-color: rgb(104,4,123); }

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