#68269A

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

Shades of Royal Purple #68269A

Tints of Royal Purple #68269A

Color information

#68269A (or 0x68269A) is unknown color: approx Royal Purple. HEX triplet: 68, 26 and 9A. RGB value is (104,38,154). Sum of RGB (Red+Green+Blue) = 104+38+154=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #68269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68269A is #97D965. Grayscale: #464646. Windows color (decimal): -9951590 or 10102376. OLE color: 10102376.

HSL color Cylindrical-coordinate representation of color #68269A: hue angle of 274.14º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68269A is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10438154-
CMYK0.320.7500.40
HSL274.14º60.42%37.65%-
HSV(B)274.14º75.32%60.39%-
XYZ12.236.6631.21-
YUV70.96174.87151.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.14%
GREEN value IS 38 (15.23% from 255) = 12.84%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=35.14%
G=12.84%
B=52.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104381540.320.7500.40274.1460.4237.65
Hex68269A204B0281123c26
Octal15046232401130504227446
Binary11010001001101001101010000010010110101000100010010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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