#683494

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

Shades of Royal Purple #683494

Tints of Royal Purple #683494

Color information

#683494 (or 0x683494) is unknown color: approx Royal Purple. HEX triplet: 68, 34 and 94. RGB value is (104,52,148). Sum of RGB (Red+Green+Blue) = 104+52+148=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #683494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683494 is #97CB6B. Grayscale: #4E4E4E. Windows color (decimal): -9948012 or 9712744. OLE color: 9712744.

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

Color convert

RGB10452148-
CMYK0.300.6500.42
HSL272.5º48%39.22%-
HSV(B)272.5º64.86%58.04%-
XYZ12.287.5428.82-
YUV78.49167.23146.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 148 (58.20% from 255) = 48.68%
R=34.21%
G=17.11%
B=48.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104521480.300.6500.42272.54839.22
Hex6834941E4102A1103027
Octal15064224361010524206047
Binary1101000110100100101001111010000010101010100010000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683494; }

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

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

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

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

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

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

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

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