#65319E

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

Shades of Royal Purple #65319E

Tints of Royal Purple #65319E

Color information

#65319E (or 0x65319E) is unknown color: approx Royal Purple. HEX triplet: 65, 31 and 9E. RGB value is (101,49,158). Sum of RGB (Red+Green+Blue) = 101+49+158=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #65319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65319E is #9ACE61. Grayscale: #4C4C4C. Windows color (decimal): -10145378 or 10367333. OLE color: 10367333.

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

Color convert

RGB10149158-
CMYK0.360.6900.38
HSL268.62º52.66%40.59%-
HSV(B)268.62º68.99%61.96%-
XYZ12.647.4333.12-
YUV76.97173.73145.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=32.79%
G=15.91%
B=51.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101491580.360.6900.38268.6252.6640.59
Hex65319E244502610d3529
Octal14561236441050464156551
Binary11001011100011001111010010010001010100110100001101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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