#68309A

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

Shades of Royal Purple #68309A

Tints of Royal Purple #68309A

Color information

#68309A (or 0x68309A) is unknown color: approx Royal Purple. HEX triplet: 68, 30 and 9A. RGB value is (104,48,154). Sum of RGB (Red+Green+Blue) = 104+48+154=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #68309A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68309A is #97CF65. Grayscale: #4C4C4C. Windows color (decimal): -9949030 or 10104936. OLE color: 10104936.

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

Color convert

RGB10448154-
CMYK0.320.6900.40
HSL271.7º52.48%39.61%-
HSV(B)271.7º68.83%60.39%-
XYZ12.67.3931.33-
YUV76.83171.55147.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.99%
GREEN value IS 48 (19.14% from 255) = 15.69%
BLUE value IS 154 (60.55% from 255) = 50.33%
R=33.99%
G=15.69%
B=50.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104481540.320.6900.40271.752.4839.61
Hex68309A20450281103428
Octal15060232401050504206450
Binary11010001100001001101010000010001010101000100010000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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