#65349D

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

Shades of Royal Purple #65349D

Tints of Royal Purple #65349D

Color information

#65349D (or 0x65349D) is unknown color: approx Royal Purple. HEX triplet: 65, 34 and 9D. RGB value is (101,52,157). Sum of RGB (Red+Green+Blue) = 101+52+157=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #65349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65349D is #9ACB62. Grayscale: #4E4E4E. Windows color (decimal): -10144611 or 10302565. OLE color: 10302565.

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

Color convert

RGB10152157-
CMYK0.360.6700.38
HSL268º50.24%40.98%-
HSV(B)268º66.88%61.57%-
XYZ12.687.6632.71-
YUV78.62172.23143.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 157 (61.72% from 255) = 50.65%
R=32.58%
G=16.77%
B=50.65%

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
Decimal101521570.360.6700.3826850.2440.98
Hex65349D244302610c3229
Octal14564235441030464146251
Binary11001011101001001110110010010000110100110100001100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65349D; }

 p { color: rgb(101,52,157); }

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

<style>
 a { background-color: #65349D; }

 a { background-color: rgb(101,52,157); }

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

<style>
 span { border-color: #65349D; }

 span { border-color: rgb(101,52,157); }

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