#65289B

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

Shades of Royal Purple #65289B

Tints of Royal Purple #65289B

Color information

#65289B (or 0x65289B) is unknown color: approx Royal Purple. HEX triplet: 65, 28 and 9B. RGB value is (101,40,155). Sum of RGB (Red+Green+Blue) = 101+40+155=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #65289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65289B is #9AD764. Grayscale: #464646. Windows color (decimal): -10147685 or 10168421. OLE color: 10168421.

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

Color convert

RGB10140155-
CMYK0.350.7400.39
HSL271.83º58.97%38.24%-
HSV(B)271.83º74.19%60.78%-
XYZ12.046.6531.66-
YUV71.35175.21149.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 40 (16.02% from 255) = 13.51%
BLUE value IS 155 (60.94% from 255) = 52.36%
R=34.12%
G=13.51%
B=52.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101401550.350.7400.39271.8358.9738.24
Hex65289B234A0271103b26
Octal14550233431120474207346
Binary11001011010001001101110001110010100100111100010000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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