#65489E

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

Shades of Royal Purple #65489E

Tints of Royal Purple #65489E

Color information

#65489E (or 0x65489E) is unknown color: approx Royal Purple. HEX triplet: 65, 48 and 9E. RGB value is (101,72,158). Sum of RGB (Red+Green+Blue) = 101+72+158=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #65489E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65489E is #9AB761. Grayscale: #5A5A5A. Windows color (decimal): -10139490 or 10373221. OLE color: 10373221.

HSL color Cylindrical-coordinate representation of color #65489E: hue angle of 260.23º 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 #65489E is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10172158-
CMYK0.360.5400.38
HSL260.23º37.39%45.1%-
HSV(B)260.23º54.43%61.96%-
XYZ13.869.8733.52-
YUV90.48166.11135.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.51%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=30.51%
G=21.75%
B=47.73%

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
Decimal101721580.360.5400.38260.2337.3945.1
Hex65489E2436026104252d
Octal14511023644660464044555
Binary11001011001000100111101001001101100100110100000100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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