#65359F

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

Shades of Royal Purple #65359F

Tints of Royal Purple #65359F

Color information

#65359F (or 0x65359F) is unknown color: approx Royal Purple. HEX triplet: 65, 35 and 9F. RGB value is (101,53,159). Sum of RGB (Red+Green+Blue) = 101+53+159=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #65359F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65359F is #9ACA60. Grayscale: #4F4F4F. Windows color (decimal): -10144353 or 10433893. OLE color: 10433893.

HSL color Cylindrical-coordinate representation of color #65359F: hue angle of 267.17º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65359F is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10153159-
CMYK0.360.6700.38
HSL267.17º50%41.57%-
HSV(B)267.17º66.67%62.35%-
XYZ12.97.8233.63-
YUV79.44172.9143.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=32.27%
G=16.93%
B=50.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101531590.360.6700.38267.175041.57
Hex65359F244302610b322a
Octal14565237441030464136252
Binary11001011101011001111110010010000110100110100001011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65359F; }

 p { color: rgb(101,53,159); }

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

<style>
 a { background-color: #65359F; }

 a { background-color: rgb(101,53,159); }

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

<style>
 span { border-color: #65359F; }

 span { border-color: rgb(101,53,159); }

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