#683198

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

Shades of Royal Purple #683198

Tints of Royal Purple #683198

Color information

#683198 (or 0x683198) is unknown color: approx Royal Purple. HEX triplet: 68, 31 and 98. RGB value is (104,49,152). Sum of RGB (Red+Green+Blue) = 104+49+152=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #683198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683198 is #97CE67. Grayscale: #4C4C4C. Windows color (decimal): -9948776 or 9974120. OLE color: 9974120.

HSL color Cylindrical-coordinate representation of color #683198: hue angle of 272.04º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #683198 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10449152-
CMYK0.320.6800.40
HSL272.04º51.24%39.41%-
HSV(B)272.04º67.76%59.61%-
XYZ12.477.4130.48-
YUV77.19170.22147.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 49 (19.53% from 255) = 16.07%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=34.10%
G=16.07%
B=49.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104491520.320.6800.40272.0451.2439.41
Hex68319820440281103327
Octal15061230401040504206347
Binary11010001100011001100010000010001000101000100010000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683198; }

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

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

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

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

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

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

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

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