#65459D

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

Shades of Royal Purple #65459D

Tints of Royal Purple #65459D

Color information

#65459D (or 0x65459D) is unknown color: approx Royal Purple. HEX triplet: 65, 45 and 9D. RGB value is (101,69,157). Sum of RGB (Red+Green+Blue) = 101+69+157=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #65459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65459D is #9ABA62. Grayscale: #585858. Windows color (decimal): -10140259 or 10306917. OLE color: 10306917.

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

Color convert

RGB10169157-
CMYK0.360.5600.38
HSL261.82º38.94%44.31%-
HSV(B)261.82º56.05%61.57%-
XYZ13.589.4633.01-
YUV88.6166.6136.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 69 (27.34% from 255) = 21.10%
BLUE value IS 157 (61.72% from 255) = 48.01%
R=30.89%
G=21.10%
B=48.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101691570.360.5600.38261.8238.9444.31
Hex65459D2438026106272c
Octal14510523544700464064754
Binary11001011000101100111011001001110000100110100000110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65459D; }

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

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

<style>
 a { background-color: #65459D; }

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

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

<style>
 span { border-color: #65459D; }

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

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