#683394

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

Shades of Royal Purple #683394

Tints of Royal Purple #683394

Color information

#683394 (or 0x683394) is unknown color: approx Royal Purple. HEX triplet: 68, 33 and 94. RGB value is (104,51,148). Sum of RGB (Red+Green+Blue) = 104+51+148=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #683394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683394 is #97CC6B. Grayscale: #4D4D4D. Windows color (decimal): -9948268 or 9712488. OLE color: 9712488.

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

Color convert

RGB10451148-
CMYK0.300.6600.42
HSL272.78º48.74%39.02%-
HSV(B)272.78º65.54%58.04%-
XYZ12.247.4528.81-
YUV77.9167.56146.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 51 (20.31% from 255) = 16.83%
BLUE value IS 148 (58.20% from 255) = 48.84%
R=34.32%
G=16.83%
B=48.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104511480.300.6600.42272.7848.7439.02
Hex6833941E4202A1113127
Octal15063224361020524216147
Binary1101000110011100101001111010000100101010100010001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683394; }

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

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

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

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

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

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

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

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