#65359B

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

Shades of Royal Purple #65359B

Tints of Royal Purple #65359B

Color information

#65359B (or 0x65359B) is unknown color: approx Royal Purple. HEX triplet: 65, 35 and 9B. RGB value is (101,53,155). Sum of RGB (Red+Green+Blue) = 101+53+155=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #65359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65359B is #9ACA64. Grayscale: #4E4E4E. Windows color (decimal): -10144357 or 10171749. OLE color: 10171749.

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

Color convert

RGB10153155-
CMYK0.350.6600.39
HSL268.24º49.04%40.78%-
HSV(B)268.24º65.81%60.78%-
XYZ12.567.6831.83-
YUV78.98170.9143.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.69%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=32.69%
G=17.15%
B=50.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101531550.350.6600.39268.2449.0440.78
Hex65359B234202710c3129
Octal14565233431020474146151
Binary11001011101011001101110001110000100100111100001100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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