#65489B

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

Shades of Royal Purple #65489B

Tints of Royal Purple #65489B

Color information

#65489B (or 0x65489B) is unknown color: approx Royal Purple. HEX triplet: 65, 48 and 9B. RGB value is (101,72,155). Sum of RGB (Red+Green+Blue) = 101+72+155=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #65489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65489B is #9AB764. Grayscale: #595959. Windows color (decimal): -10139493 or 10176613. OLE color: 10176613.

HSL color Cylindrical-coordinate representation of color #65489B: hue angle of 260.96º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65489B is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10172155-
CMYK0.350.5400.39
HSL260.96º36.56%44.51%-
HSV(B)260.96º53.55%60.78%-
XYZ13.69.7732.18-
YUV90.13164.61135.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.79%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=30.79%
G=21.95%
B=47.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101721550.350.5400.39260.9636.5644.51
Hex65489B2336027105252d
Octal14511023343660474054555
Binary11001011001000100110111000111101100100111100000101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65489B; }

 p { color: rgb(101,72,155); }

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

<style>
 a { background-color: #65489B; }

 a { background-color: rgb(101,72,155); }

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

<style>
 span { border-color: #65489B; }

 span { border-color: rgb(101,72,155); }

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