#65339A

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

Shades of Royal Purple #65339A

Tints of Royal Purple #65339A

Color information

#65339A (or 0x65339A) is unknown color: approx Royal Purple. HEX triplet: 65, 33 and 9A. RGB value is (101,51,154). Sum of RGB (Red+Green+Blue) = 101+51+154=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #65339A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65339A is #9ACC65. Grayscale: #4D4D4D. Windows color (decimal): -10144870 or 10105701. OLE color: 10105701.

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

Color convert

RGB10151154-
CMYK0.340.6700.40
HSL269.13º50.24%40.2%-
HSV(B)269.13º66.88%60.39%-
XYZ12.387.4731.36-
YUV77.69171.06144.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.01%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 154 (60.55% from 255) = 50.33%
R=33.01%
G=16.67%
B=50.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101511540.340.6700.40269.1350.2440.2
Hex65339A224302810d3228
Octal14563232421030504156250
Binary11001011100111001101010001010000110101000100001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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