#682E9E

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

Shades of Royal Purple #682E9E

Tints of Royal Purple #682E9E

Color information

#682E9E (or 0x682E9E) is unknown color: approx Royal Purple. HEX triplet: 68, 2E and 9E. RGB value is (104,46,158). Sum of RGB (Red+Green+Blue) = 104+46+158=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #682E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682E9E is #97D161. Grayscale: #4B4B4B. Windows color (decimal): -9949538 or 10366568. OLE color: 10366568.

HSL color Cylindrical-coordinate representation of color #682E9E: hue angle of 271.07º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #682E9E is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10446158-
CMYK0.340.7100.38
HSL271.07º54.9%40%-
HSV(B)271.07º70.89%61.96%-
XYZ12.867.3733.09-
YUV76.11174.22147.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 46 (18.36% from 255) = 14.94%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=33.77%
G=14.94%
B=51.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104461580.340.7100.38271.0754.940
Hex682E9E224702610f3728
Octal15056236421070464176750
Binary11010001011101001111010001010001110100110100001111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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