#68057A

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

Shades of Purple #68057A

Tints of Purple #68057A

Color information

#68057A (or 0x68057A) is unknown color: approx Purple. HEX triplet: 68, 05 and 7A. RGB value is (104,5,122). Sum of RGB (Red+Green+Blue) = 104+5+122=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #68057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68057A is #97FA85. Grayscale: #2F2F2F. Windows color (decimal): -9960070 or 7996776. OLE color: 7996776.

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

Color convert

RGB1045122-
CMYK0.150.9600.52
HSL290.77º92.13%24.9%-
HSV(B)290.77º95.9%47.84%-
XYZ9.284.4618.78-
YUV47.94169.8167.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 122 (48.05% from 255) = 52.81%
R=45.02%
G=2.16%
B=52.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10451220.150.9600.52290.7792.1324.9
Hex6857AF600341235c19
Octal15051721714006444313431
Binary11010001011111010111111000000110100100100011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68057A; }

 p { color: rgb(104,5,122); }

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

<style>
 a { background-color: #68057A; }

 a { background-color: rgb(104,5,122); }

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

<style>
 span { border-color: #68057A; }

 span { border-color: rgb(104,5,122); }

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