#65339B

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

Shades of Royal Purple #65339B

Tints of Royal Purple #65339B

Color information

#65339B (or 0x65339B) is unknown color: approx Royal Purple. HEX triplet: 65, 33 and 9B. RGB value is (101,51,155). Sum of RGB (Red+Green+Blue) = 101+51+155=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #65339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65339B is #9ACC64. Grayscale: #4D4D4D. Windows color (decimal): -10144869 or 10171237. OLE color: 10171237.

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

Color convert

RGB10151155-
CMYK0.350.6700.39
HSL268.85º50.49%40.39%-
HSV(B)268.85º67.1%60.78%-
XYZ12.477.531.8-
YUV77.81171.56144.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.90%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=32.90%
G=16.61%
B=50.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101511550.350.6700.39268.8550.4940.39
Hex65339B234302710d3228
Octal14563233431030474156250
Binary11001011100111001101110001110000110100111100001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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