#68319D

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

Shades of Royal Purple #68319D

Tints of Royal Purple #68319D

Color information

#68319D (or 0x68319D) is unknown color: approx Royal Purple. HEX triplet: 68, 31 and 9D. RGB value is (104,49,157). Sum of RGB (Red+Green+Blue) = 104+49+157=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #68319D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68319D is #97CE62. Grayscale: #4D4D4D. Windows color (decimal): -9948771 or 10301800. OLE color: 10301800.

HSL color Cylindrical-coordinate representation of color #68319D: hue angle of 270.56º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68319D is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10449157-
CMYK0.340.6900.38
HSL270.56º52.43%40.39%-
HSV(B)270.56º68.79%61.57%-
XYZ12.897.5732.68-
YUV77.76172.72146.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 49 (19.53% from 255) = 15.81%
BLUE value IS 157 (61.72% from 255) = 50.65%
R=33.55%
G=15.81%
B=50.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104491570.340.6900.38270.5652.4340.39
Hex68319D224502610f3428
Octal15061235421050464176450
Binary11010001100011001110110001010001010100110100001111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68319D; }

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

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

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

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

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

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

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

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