#65349E

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

Shades of Royal Purple #65349E

Tints of Royal Purple #65349E

Color information

#65349E (or 0x65349E) is unknown color: approx Royal Purple. HEX triplet: 65, 34 and 9E. RGB value is (101,52,158). Sum of RGB (Red+Green+Blue) = 101+52+158=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #65349E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65349E is #9ACB61. Grayscale: #4E4E4E. Windows color (decimal): -10144610 or 10368101. OLE color: 10368101.

HSL color Cylindrical-coordinate representation of color #65349E: hue angle of 267.74º 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 #65349E is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10152158-
CMYK0.360.6700.38
HSL267.74º50.48%41.18%-
HSV(B)267.74º67.09%61.96%-
XYZ12.777.6933.16-
YUV78.74172.73143.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=32.48%
G=16.72%
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
Decimal101521580.360.6700.38267.7450.4841.18
Hex65349E244302610c3229
Octal14564236441030464146251
Binary11001011101001001111010010010000110100110100001100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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