#65279E

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

Shades of Royal Purple #65279E

Tints of Royal Purple #65279E

Color information

#65279E (or 0x65279E) is unknown color: approx Royal Purple. HEX triplet: 65, 27 and 9E. RGB value is (101,39,158). Sum of RGB (Red+Green+Blue) = 101+39+158=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #65279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65279E is #9AD861. Grayscale: #464646. Windows color (decimal): -10147938 or 10364773. OLE color: 10364773.

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

Color convert

RGB10139158-
CMYK0.360.7500.38
HSL271.26º60.41%38.63%-
HSV(B)271.26º75.32%61.96%-
XYZ12.266.6932.99-
YUV71.1177.04149.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.89%
GREEN value IS 39 (15.62% from 255) = 13.09%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=33.89%
G=13.09%
B=53.02%

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
Decimal101391580.360.7500.38271.2660.4138.63
Hex65279E244B02610f3c27
Octal14547236441130464177447
Binary11001011001111001111010010010010110100110100001111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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