#682494

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

Shades of Royal Purple #682494

Tints of Royal Purple #682494

Color information

#682494 (or 0x682494) is unknown color: approx Royal Purple. HEX triplet: 68, 24 and 94. RGB value is (104,36,148). Sum of RGB (Red+Green+Blue) = 104+36+148=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #682494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682494 is #97DB6B. Grayscale: #444444. Windows color (decimal): -9952108 or 9708648. OLE color: 9708648.

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

Color convert

RGB10436148-
CMYK0.300.7600.42
HSL276.43º60.87%36.08%-
HSV(B)276.43º75.68%58.04%-
XYZ11.696.3428.63-
YUV69.1172.53152.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 36 (14.45% from 255) = 12.5%
BLUE value IS 148 (58.20% from 255) = 51.39%
R=36.11%
G=12.5%
B=51.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104361480.300.7600.42276.4360.8736.08
Hex6824941E4C02A1143d24
Octal15044224361140524247544
Binary1101000100100100101001111010011000101010100010100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682494; }

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

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

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

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

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

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

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

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