#652994

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

Shades of Royal Purple #652994

Tints of Royal Purple #652994

Color information

#652994 (or 0x652994) is unknown color: approx Royal Purple. HEX triplet: 65, 29 and 94. RGB value is (101,41,148). Sum of RGB (Red+Green+Blue) = 101+41+148=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #652994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652994 is #9AD66B. Grayscale: #464646. Windows color (decimal): -10147436 or 9709925. OLE color: 9709925.

HSL color Cylindrical-coordinate representation of color #652994: hue angle of 273.64º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #652994 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10141148-
CMYK0.320.7200.42
HSL273.64º56.61%37.06%-
HSV(B)273.64º72.3%58.04%-
XYZ11.516.4928.66-
YUV71.14171.38149.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 41 (16.41% from 255) = 14.14%
BLUE value IS 148 (58.20% from 255) = 51.03%
R=34.83%
G=14.14%
B=51.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101411480.320.7200.42273.6456.6137.06
Hex652994204802A1123925
Octal14551224401100524227145
Binary11001011010011001010010000010010000101010100010010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652994; }

 p { color: rgb(101,41,148); }

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

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

 a { background-color: rgb(101,41,148); }

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

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

 span { border-color: rgb(101,41,148); }

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