#68289B

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

Shades of Royal Purple #68289B

Tints of Royal Purple #68289B

Color information

#68289B (or 0x68289B) is unknown color: approx Royal Purple. HEX triplet: 68, 28 and 9B. RGB value is (104,40,155). Sum of RGB (Red+Green+Blue) = 104+40+155=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #68289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68289B is #97D764. Grayscale: #474747. Windows color (decimal): -9951077 or 10168424. OLE color: 10168424.

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

Color convert

RGB10440155-
CMYK0.330.7400.39
HSL273.39º58.97%38.24%-
HSV(B)273.39º74.19%60.78%-
XYZ12.386.8331.68-
YUV72.25174.7150.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 40 (16.02% from 255) = 13.38%
BLUE value IS 155 (60.94% from 255) = 51.84%
R=34.78%
G=13.38%
B=51.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104401550.330.7400.39273.3958.9738.24
Hex68289B214A0271113b26
Octal15050233411120474217346
Binary11010001010001001101110000110010100100111100010001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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