#68027A

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

Shades of Purple #68027A

Tints of Purple #68027A

Color information

#68027A (or 0x68027A) is unknown color: approx Purple. HEX triplet: 68, 02 and 7A. RGB value is (104,2,122). Sum of RGB (Red+Green+Blue) = 104+2+122=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #68027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68027A is #97FD85. Grayscale: #2D2D2D. Windows color (decimal): -9960838 or 7996008. OLE color: 7996008.

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

Color convert

RGB1042122-
CMYK0.150.9800.52
HSL291º96.77%24.31%-
HSV(B)291º98.36%47.84%-
XYZ9.244.3918.77-
YUV46.18170.79169.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 122 (48.05% from 255) = 53.51%
R=45.61%
G=0.88%
B=53.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10421220.150.9800.5229196.7724.31
Hex6827AF620341236118
Octal15021721714206444314130
Binary1101000101111010111111000100110100100100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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