#65479E

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

Shades of Royal Purple #65479E

Tints of Royal Purple #65479E

Color information

#65479E (or 0x65479E) is unknown color: approx Royal Purple. HEX triplet: 65, 47 and 9E. RGB value is (101,71,158). Sum of RGB (Red+Green+Blue) = 101+71+158=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #65479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65479E is #9AB861. Grayscale: #595959. Windows color (decimal): -10139746 or 10372965. OLE color: 10372965.

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

Color convert

RGB10171158-
CMYK0.360.5500.38
HSL260.69º37.99%44.9%-
HSV(B)260.69º55.06%61.96%-
XYZ13.799.7433.5-
YUV89.89166.44135.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 71 (28.12% from 255) = 21.52%
BLUE value IS 158 (62.11% from 255) = 47.88%
R=30.61%
G=21.52%
B=47.88%

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
Decimal101711580.360.5500.38260.6937.9944.9
Hex65479E2437026105262d
Octal14510723644670464054655
Binary11001011000111100111101001001101110100110100000101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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