#65409B

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

Shades of Royal Purple #65409B

Tints of Royal Purple #65409B

Color information

#65409B (or 0x65409B) is unknown color: approx Royal Purple. HEX triplet: 65, 40 and 9B. RGB value is (101,64,155). Sum of RGB (Red+Green+Blue) = 101+64+155=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #65409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65409B is #9ABF64. Grayscale: #555555. Windows color (decimal): -10141541 or 10174565. OLE color: 10174565.

HSL color Cylindrical-coordinate representation of color #65409B: hue angle of 264.4º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65409B is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10164155-
CMYK0.350.5900.39
HSL264.4º41.55%42.94%-
HSV(B)264.4º58.71%60.78%-
XYZ13.128.832.02-
YUV85.44167.26139.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 64 (25.39% from 255) = 20%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=31.56%
G=20%
B=48.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101641550.350.5900.39264.441.5542.94
Hex65409B233B0271082a2b
Octal14510023343730474105253
Binary11001011000000100110111000111110110100111100001000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65409B; }

 p { color: rgb(101,64,155); }

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

<style>
 a { background-color: #65409B; }

 a { background-color: rgb(101,64,155); }

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

<style>
 span { border-color: #65409B; }

 span { border-color: rgb(101,64,155); }

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