#65479A

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

Shades of Royal Purple #65479A

Tints of Royal Purple #65479A

Color information

#65479A (or 0x65479A) is unknown color: approx Royal Purple. HEX triplet: 65, 47 and 9A. RGB value is (101,71,154). Sum of RGB (Red+Green+Blue) = 101+71+154=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #65479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65479A is #9AB865. Grayscale: #595959. Windows color (decimal): -10139750 or 10110821. OLE color: 10110821.

HSL color Cylindrical-coordinate representation of color #65479A: hue angle of 261.69º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65479A is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10171154-
CMYK0.340.5400.40
HSL261.69º36.89%44.12%-
HSV(B)261.69º53.9%60.39%-
XYZ13.459.6131.72-
YUV89.43164.44136.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.98%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=30.98%
G=21.78%
B=47.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101711540.340.5400.40261.6936.8944.12
Hex65479A2236028106252c
Octal14510723242660504064554
Binary11001011000111100110101000101101100101000100000110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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