#652E9E

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

Shades of Royal Purple #652E9E

Tints of Royal Purple #652E9E

Color information

#652E9E (or 0x652E9E) is unknown color: approx Royal Purple. HEX triplet: 65, 2E and 9E. RGB value is (101,46,158). Sum of RGB (Red+Green+Blue) = 101+46+158=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #652E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652E9E is #9AD161. Grayscale: #4A4A4A. Windows color (decimal): -10146146 or 10366565. OLE color: 10366565.

HSL color Cylindrical-coordinate representation of color #652E9E: hue angle of 269.46º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #652E9E is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10146158-
CMYK0.360.7100.38
HSL269.46º54.9%40%-
HSV(B)269.46º70.89%61.96%-
XYZ12.527.1933.08-
YUV75.21174.72146.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 46 (18.36% from 255) = 15.08%
BLUE value IS 158 (62.11% from 255) = 51.80%
R=33.11%
G=15.08%
B=51.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101461580.360.7100.38269.4654.940
Hex652E9E244702610d3728
Octal14556236441070464156750
Binary11001011011101001111010010010001110100110100001101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652E9E; }

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

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

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

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

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

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

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

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