#68269D

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

Shades of Royal Purple #68269D

Tints of Royal Purple #68269D

Color information

#68269D (or 0x68269D) is unknown color: approx Royal Purple. HEX triplet: 68, 26 and 9D. RGB value is (104,38,157). Sum of RGB (Red+Green+Blue) = 104+38+157=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #68269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68269D is #97D962. Grayscale: #464646. Windows color (decimal): -9951587 or 10298984. OLE color: 10298984.

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

Color convert

RGB10438157-
CMYK0.340.7600.38
HSL273.28º61.03%38.24%-
HSV(B)273.28º75.8%61.57%-
XYZ12.496.7632.55-
YUV71.3176.37151.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=34.78%
G=12.71%
B=52.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104381570.340.7600.38273.2861.0338.24
Hex68269D224C0261113d26
Octal15046235421140464217546
Binary11010001001101001110110001010011000100110100010001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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