#680383

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

Shades of Purple #680383

Tints of Purple #680383

Color information

#680383 (or 0x680383) is unknown color: approx Purple. HEX triplet: 68, 03 and 83. RGB value is (104,3,131). Sum of RGB (Red+Green+Blue) = 104+3+131=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #680383 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680383 is #97FC7C. Grayscale: #2F2F2F. Windows color (decimal): -9960573 or 8586088. OLE color: 8586088.

HSL color Cylindrical-coordinate representation of color #680383: hue angle of 287.34º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680383 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1043131-
CMYK0.210.9800.49
HSL287.34º95.52%26.27%-
HSV(B)287.34º97.71%51.37%-
XYZ9.844.6521.85-
YUV47.79174.96168.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 131 (51.56% from 255) = 55.04%
R=43.70%
G=1.26%
B=55.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10431310.210.9800.49287.3495.5226.27
Hex68383156203111f601a
Octal15032032514206143714032
Binary110100011100000111010111000100110001100011111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680383; }

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

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

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

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

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

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

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

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