#68359B

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

Shades of Royal Purple #68359B

Tints of Royal Purple #68359B

Color information

#68359B (or 0x68359B) is unknown color: approx Royal Purple. HEX triplet: 68, 35 and 9B. RGB value is (104,53,155). Sum of RGB (Red+Green+Blue) = 104+53+155=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #68359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68359B is #97CA64. Grayscale: #4F4F4F. Windows color (decimal): -9947749 or 10171752. OLE color: 10171752.

HSL color Cylindrical-coordinate representation of color #68359B: hue angle of 270º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68359B is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10453155-
CMYK0.330.6600.39
HSL270º49.04%40.78%-
HSV(B)270º65.81%60.78%-
XYZ12.97.8631.85-
YUV79.88170.4145.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.33%
GREEN value IS 53 (21.09% from 255) = 16.99%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=33.33%
G=16.99%
B=49.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104531550.330.6600.3927049.0440.78
Hex68359B214202710e3129
Octal15065233411020474166151
Binary11010001101011001101110000110000100100111100001110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68359B; }

 p { color: rgb(104,53,155); }

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

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

 a { background-color: rgb(104,53,155); }

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

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

 span { border-color: rgb(104,53,155); }

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