#65499B

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

Shades of Royal Purple #65499B

Tints of Royal Purple #65499B

Color information

#65499B (or 0x65499B) is unknown color: approx Royal Purple. HEX triplet: 65, 49 and 9B. RGB value is (101,73,155). Sum of RGB (Red+Green+Blue) = 101+73+155=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #65499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65499B is #9AB664. Grayscale: #5A5A5A. Windows color (decimal): -10139237 or 10176869. OLE color: 10176869.

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

Color convert

RGB10173155-
CMYK0.350.5300.39
HSL260.49º35.96%44.71%-
HSV(B)260.49º52.9%60.78%-
XYZ13.679.932.2-
YUV90.72164.28135.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.70%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=30.70%
G=22.19%
B=47.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101731550.350.5300.39260.4935.9644.71
Hex65499B2335027104242d
Octal14511123343650474044455
Binary11001011001001100110111000111101010100111100000100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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