#65399B

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

Shades of Royal Purple #65399B

Tints of Royal Purple #65399B

Color information

#65399B (or 0x65399B) is unknown color: approx Royal Purple. HEX triplet: 65, 39 and 9B. RGB value is (101,57,155). Sum of RGB (Red+Green+Blue) = 101+57+155=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #65399B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65399B is #9AC664. Grayscale: #505050. Windows color (decimal): -10143333 or 10172773. OLE color: 10172773.

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

Color convert

RGB10157155-
CMYK0.350.6300.39
HSL266.94º46.23%41.57%-
HSV(B)266.94º63.23%60.78%-
XYZ12.758.0631.89-
YUV81.33169.58142.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 57 (22.66% from 255) = 18.21%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=32.27%
G=18.21%
B=49.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101571550.350.6300.39266.9446.2341.57
Hex65399B233F02710b2e2a
Octal1457123343770474135652
Binary1100101111001100110111000111111110100111100001011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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