#682E99

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

Shades of Royal Purple #682E99

Tints of Royal Purple #682E99

Color information

#682E99 (or 0x682E99) is unknown color: approx Royal Purple. HEX triplet: 68, 2E and 99. RGB value is (104,46,153). Sum of RGB (Red+Green+Blue) = 104+46+153=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #682E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682E99 is #97D166. Grayscale: #4B4B4B. Windows color (decimal): -9949543 or 10038888. OLE color: 10038888.

HSL color Cylindrical-coordinate representation of color #682E99: hue angle of 272.52º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #682E99 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10446153-
CMYK0.320.7000.4
HSL272.52º53.77%39.02%-
HSV(B)272.52º69.93%60%-
XYZ12.447.230.87-
YUV75.54171.72148.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 46 (18.36% from 255) = 15.18%
BLUE value IS 153 (60.16% from 255) = 50.50%
R=34.32%
G=15.18%
B=50.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104461530.320.7000.4272.5253.7739.02
Hex682E9920460281113627
Octal15056231401060504216647
Binary11010001011101001100110000010001100101000100010001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682E99; }

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

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

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

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

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

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

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

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