#682894

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

Shades of Royal Purple #682894

Tints of Royal Purple #682894

Color information

#682894 (or 0x682894) is unknown color: approx Royal Purple. HEX triplet: 68, 28 and 94. RGB value is (104,40,148). Sum of RGB (Red+Green+Blue) = 104+40+148=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #682894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682894 is #97D76B. Grayscale: #474747. Windows color (decimal): -9951084 or 9709672. OLE color: 9709672.

HSL color Cylindrical-coordinate representation of color #682894: hue angle of 275.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682894 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10440148-
CMYK0.300.7300.42
HSL275.56º57.45%36.86%-
HSV(B)275.56º72.97%58.04%-
XYZ11.816.628.67-
YUV71.45171.2151.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 40 (16.02% from 255) = 13.70%
BLUE value IS 148 (58.20% from 255) = 50.68%
R=35.62%
G=13.70%
B=50.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104401480.300.7300.42275.5657.4536.86
Hex6828941E4902A1143925
Octal15050224361110524247145
Binary1101000101000100101001111010010010101010100010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682894; }

 p { color: rgb(104,40,148); }

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

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

 a { background-color: rgb(104,40,148); }

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

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

 span { border-color: rgb(104,40,148); }

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