#683194

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

Shades of Royal Purple #683194

Tints of Royal Purple #683194

Color information

#683194 (or 0x683194) is unknown color: approx Royal Purple. HEX triplet: 68, 31 and 94. RGB value is (104,49,148). Sum of RGB (Red+Green+Blue) = 104+49+148=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #683194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683194 is #97CE6B. Grayscale: #4C4C4C. Windows color (decimal): -9948780 or 9711976. OLE color: 9711976.

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

Color convert

RGB10449148-
CMYK0.300.6700.42
HSL273.33º50.25%38.63%-
HSV(B)273.33º66.89%58.04%-
XYZ12.157.2828.78-
YUV76.73168.22147.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 49 (19.53% from 255) = 16.28%
BLUE value IS 148 (58.20% from 255) = 49.17%
R=34.55%
G=16.28%
B=49.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104491480.300.6700.42273.3350.2538.63
Hex6831941E4302A1113227
Octal15061224361030524216247
Binary1101000110001100101001111010000110101010100010001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683194; }

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

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

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

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

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

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

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

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