#65309E

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

Shades of Royal Purple #65309E

Tints of Royal Purple #65309E

Color information

#65309E (or 0x65309E) is unknown color: approx Royal Purple. HEX triplet: 65, 30 and 9E. RGB value is (101,48,158). Sum of RGB (Red+Green+Blue) = 101+48+158=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #65309E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65309E is #9ACF61. Grayscale: #4C4C4C. Windows color (decimal): -10145634 or 10367077. OLE color: 10367077.

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

Color convert

RGB10148158-
CMYK0.360.7000.38
HSL268.91º53.4%40.39%-
HSV(B)268.91º69.62%61.96%-
XYZ12.67.3533.1-
YUV76.39174.06145.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.90%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=32.90%
G=15.64%
B=51.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101481580.360.7000.38268.9153.440.39
Hex65309E244602610d3528
Octal14560236441060464156550
Binary11001011100001001111010010010001100100110100001101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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