#65499A

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

Shades of Royal Purple #65499A

Tints of Royal Purple #65499A

Color information

#65499A (or 0x65499A) is unknown color: approx Royal Purple. HEX triplet: 65, 49 and 9A. RGB value is (101,73,154). Sum of RGB (Red+Green+Blue) = 101+73+154=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #65499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65499A is #9AB665. Grayscale: #5A5A5A. Windows color (decimal): -10139238 or 10111333. OLE color: 10111333.

HSL color Cylindrical-coordinate representation of color #65499A: hue angle of 260.74º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65499A is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10173154-
CMYK0.340.5300.40
HSL260.74º35.68%44.51%-
HSV(B)260.74º52.6%60.39%-
XYZ13.589.8631.76-
YUV90.61163.78135.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.79%
GREEN value IS 73 (28.91% from 255) = 22.26%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=30.79%
G=22.26%
B=46.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101731540.340.5300.40260.7435.6844.51
Hex65499A2235028105242d
Octal14511123242650504054455
Binary11001011001001100110101000101101010101000100000101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,73,154); }

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

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

 a { background-color: rgb(101,73,154); }

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

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

 span { border-color: rgb(101,73,154); }

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