#65499d

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

Shades of Royal Purple #65499D

Tints of Royal Purple #65499D

Color information

#65499D (or 0x65499D) is unknown color: approx Royal Purple. HEX triplet: 65, 49 and 9D. RGB value is (101,73,157). Sum of RGB (Red+Green+Blue) = 101+73+157=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #65499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65499D is #9AB662. Grayscale: #5A5A5A. Windows color (decimal): -10139235 or 10307941. OLE color: 10307941.

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

Color convert

RGB10173157-
CMYK0.360.5400.38
HSL260º36.52%45.1%-
HSV(B)260º53.5%61.57%-
XYZ13.849.9733.09-
YUV90.95165.28135.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.51%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 157 (61.72% from 255) = 47.43%
R=30.51%
G=22.05%
B=47.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101731570.360.5400.3826036.5245.1
Hex65499D2436026104252d
Octal14511123544660464044555
Binary11001011001001100111011001001101100100110100000100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65499d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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