#65489F

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

Shades of Royal Purple #65489F

Tints of Royal Purple #65489F

Color information

#65489F (or 0x65489F) is unknown color: approx Royal Purple. HEX triplet: 65, 48 and 9F. RGB value is (101,72,159). Sum of RGB (Red+Green+Blue) = 101+72+159=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #65489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65489F is #9AB760. Grayscale: #5A5A5A. Windows color (decimal): -10139489 or 10438757. OLE color: 10438757.

HSL color Cylindrical-coordinate representation of color #65489F: hue angle of 260º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65489F is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10172159-
CMYK0.360.5500.38
HSL260º37.66%45.29%-
HSV(B)260º54.72%62.35%-
XYZ13.949.933.98-
YUV90.59166.61135.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 72 (28.52% from 255) = 21.69%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=30.42%
G=21.69%
B=47.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101721590.360.5500.3826037.6645.29
Hex65489F2437026104262d
Octal14511023744670464044655
Binary11001011001000100111111001001101110100110100000100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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