#932068

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

Shades of Dark Purple #932068

Tints of Dark Purple #932068

Color information

#932068 (or 0x932068) is unknown color: approx Dark Purple. HEX triplet: 93, 20 and 68. RGB value is (147,32,104). Sum of RGB (Red+Green+Blue) = 147+32+104=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #932068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932068 is #6CDF97. Grayscale: #4A4A4A. Windows color (decimal): -7135128 or 6824083. OLE color: 6824083.

HSL color Cylindrical-coordinate representation of color #932068: hue angle of 322.43º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932068 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14732104-
CMYK00.780.290.42
HSL322.43º64.25%35.1%-
HSV(B)322.43º78.23%57.65%-
XYZ15.058.2413.89-
YUV74.59144.6179.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.94%
GREEN value IS 32 (12.89% from 255) = 11.31%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=51.94%
G=11.31%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473210400.780.290.42322.4364.2535.1
Hex93206804E1D2A1424023
Octal223401500116355250210043
Binary10010011100000110100001001110111011010101010000101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932068; }

 p { color: rgb(147,32,104); }

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

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

 a { background-color: rgb(147,32,104); }

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

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

 span { border-color: rgb(147,32,104); }

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