#68259A

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

Shades of Royal Purple #68259A

Tints of Royal Purple #68259A

Color information

#68259A (or 0x68259A) is unknown color: approx Royal Purple. HEX triplet: 68, 25 and 9A. RGB value is (104,37,154). Sum of RGB (Red+Green+Blue) = 104+37+154=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #68259A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68259A is #97DA65. Grayscale: #454545. Windows color (decimal): -9951846 or 10102120. OLE color: 10102120.

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

Color convert

RGB10437154-
CMYK0.320.7600.40
HSL274.36º61.26%37.45%-
HSV(B)274.36º75.97%60.39%-
XYZ12.26.631.2-
YUV70.37175.2151.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 154 (60.55% from 255) = 52.20%
R=35.25%
G=12.54%
B=52.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104371540.320.7600.40274.3661.2637.45
Hex68259A204C0281123d25
Octal15045232401140504227545
Binary11010001001011001101010000010011000101000100010010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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