#65389B

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

Shades of Royal Purple #65389B

Tints of Royal Purple #65389B

Color information

#65389B (or 0x65389B) is unknown color: approx Royal Purple. HEX triplet: 65, 38 and 9B. RGB value is (101,56,155). Sum of RGB (Red+Green+Blue) = 101+56+155=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #65389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65389B is #9AC764. Grayscale: #505050. Windows color (decimal): -10143589 or 10172517. OLE color: 10172517.

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

Color convert

RGB10156155-
CMYK0.350.6400.39
HSL267.27º46.92%41.37%-
HSV(B)267.27º63.87%60.78%-
XYZ12.77.9631.88-
YUV80.74169.91142.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=32.37%
G=17.95%
B=49.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101561550.350.6400.39267.2746.9241.37
Hex65389B234002710b2f29
Octal14570233431000474135751
Binary11001011110001001101110001110000000100111100001011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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