#65279D

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

Shades of Royal Purple #65279D

Tints of Royal Purple #65279D

Color information

#65279D (or 0x65279D) is unknown color: approx Royal Purple. HEX triplet: 65, 27 and 9D. RGB value is (101,39,157). Sum of RGB (Red+Green+Blue) = 101+39+157=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #65279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65279D is #9AD862. Grayscale: #464646. Windows color (decimal): -10147939 or 10299237. OLE color: 10299237.

HSL color Cylindrical-coordinate representation of color #65279D: hue angle of 271.53º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65279D is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10139157-
CMYK0.360.7500.38
HSL271.53º60.2%38.43%-
HSV(B)271.53º75.16%61.57%-
XYZ12.186.6532.54-
YUV70.99176.54149.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=34.01%
G=13.13%
B=52.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101391570.360.7500.38271.5360.238.43
Hex65279D244B0261103c26
Octal14547235441130464207446
Binary11001011001111001110110010010010110100110100010000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65279D; }

 p { color: rgb(101,39,157); }

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

<style>
 a { background-color: #65279D; }

 a { background-color: rgb(101,39,157); }

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

<style>
 span { border-color: #65279D; }

 span { border-color: rgb(101,39,157); }

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