#682999

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

Shades of Royal Purple #682999

Tints of Royal Purple #682999

Color information

#682999 (or 0x682999) is unknown color: approx Royal Purple. HEX triplet: 68, 29 and 99. RGB value is (104,41,153). Sum of RGB (Red+Green+Blue) = 104+41+153=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #682999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682999 is #97D666. Grayscale: #484848. Windows color (decimal): -9950823 or 10037608. OLE color: 10037608.

HSL color Cylindrical-coordinate representation of color #682999: hue angle of 273.75º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682999 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10441153-
CMYK0.320.7300.4
HSL273.75º57.73%38.04%-
HSV(B)273.75º73.2%60%-
XYZ12.256.8330.81-
YUV72.6173.37150.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 153 (60.16% from 255) = 51.34%
R=34.90%
G=13.76%
B=51.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104411530.320.7300.4273.7557.7338.04
Hex68299920490281123a26
Octal15051231401110504227246
Binary11010001010011001100110000010010010101000100010010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682999; }

 p { color: rgb(104,41,153); }

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

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

 a { background-color: rgb(104,41,153); }

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

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

 span { border-color: rgb(104,41,153); }

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