#68037A

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

Shades of Purple #68037A

Tints of Purple #68037A

Color information

#68037A (or 0x68037A) is unknown color: approx Purple. HEX triplet: 68, 03 and 7A. RGB value is (104,3,122). Sum of RGB (Red+Green+Blue) = 104+3+122=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #68037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68037A is #97FC85. Grayscale: #2E2E2E. Windows color (decimal): -9960582 or 7996264. OLE color: 7996264.

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

Color convert

RGB1043122-
CMYK0.150.9800.52
HSL290.92º95.2%24.51%-
HSV(B)290.92º97.54%47.84%-
XYZ9.254.4118.78-
YUV46.76170.46168.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 3 (1.56% from 255) = 1.31%
BLUE value IS 122 (48.05% from 255) = 53.28%
R=45.41%
G=1.31%
B=53.28%

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
Decimal10431220.150.9800.52290.9295.224.51
Hex6837AF620341235f19
Octal15031721714206444313731
Binary1101000111111010111111000100110100100100011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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