#68398E

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

Shades of Royal Purple #68398E

Tints of Royal Purple #68398E

Color information

#68398E (or 0x68398E) is unknown color: approx Royal Purple. HEX triplet: 68, 39 and 8E. RGB value is (104,57,142). Sum of RGB (Red+Green+Blue) = 104+57+142=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #68398E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68398E is #97C671. Grayscale: #505050. Windows color (decimal): -9946738 or 9320808. OLE color: 9320808.

HSL color Cylindrical-coordinate representation of color #68398E: hue angle of 273.18º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68398E is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10457142-
CMYK0.270.6000.44
HSL273.18º42.71%39.02%-
HSV(B)273.18º59.86%55.69%-
XYZ12.057.8226.47-
YUV80.74162.57144.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 57 (22.66% from 255) = 18.81%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=34.32%
G=18.81%
B=46.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104571420.270.6000.44273.1842.7139.02
Hex68398E1B3C02C1112b27
Octal1507121633740544215347
Binary110100011100110001110110111111000101100100010001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68398E; }

 p { color: rgb(104,57,142); }

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

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

 a { background-color: rgb(104,57,142); }

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

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

 span { border-color: rgb(104,57,142); }

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