#65349A

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

Shades of Royal Purple #65349A

Tints of Royal Purple #65349A

Color information

#65349A (or 0x65349A) is unknown color: approx Royal Purple. HEX triplet: 65, 34 and 9A. RGB value is (101,52,154). Sum of RGB (Red+Green+Blue) = 101+52+154=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #65349A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65349A is #9ACB65. Grayscale: #4D4D4D. Windows color (decimal): -10144614 or 10105957. OLE color: 10105957.

HSL color Cylindrical-coordinate representation of color #65349A: hue angle of 268.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65349A is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10152154-
CMYK0.340.6600.40
HSL268.82º49.51%40.39%-
HSV(B)268.82º66.23%60.39%-
XYZ12.437.5631.38-
YUV78.28170.73144.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.90%
GREEN value IS 52 (20.70% from 255) = 16.94%
BLUE value IS 154 (60.55% from 255) = 50.16%
R=32.90%
G=16.94%
B=50.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101521540.340.6600.40268.8249.5140.39
Hex65349A224202810d3228
Octal14564232421020504156250
Binary11001011101001001101010001010000100101000100001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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