#68369D

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

Shades of Royal Purple #68369D

Tints of Royal Purple #68369D

Color information

#68369D (or 0x68369D) is unknown color: approx Royal Purple. HEX triplet: 68, 36 and 9D. RGB value is (104,54,157). Sum of RGB (Red+Green+Blue) = 104+54+157=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #68369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68369D is #97C962. Grayscale: #505050. Windows color (decimal): -9947491 or 10303080. OLE color: 10303080.

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

Color convert

RGB10454157-
CMYK0.340.6600.38
HSL269.13º48.82%41.37%-
HSV(B)269.13º65.61%61.57%-
XYZ13.118.0232.75-
YUV80.69171.06144.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 157 (61.72% from 255) = 49.84%
R=33.02%
G=17.14%
B=49.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104541570.340.6600.38269.1348.8241.37
Hex68369D224202610d3129
Octal15066235421020464156151
Binary11010001101101001110110001010000100100110100001101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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