#652696

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

Shades of Royal Purple #652696

Tints of Royal Purple #652696

Color information

#652696 (or 0x652696) is unknown color: approx Royal Purple. HEX triplet: 65, 26 and 96. RGB value is (101,38,150). Sum of RGB (Red+Green+Blue) = 101+38+150=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #652696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652696 is #9AD969. Grayscale: #454545. Windows color (decimal): -10148202 or 9840229. OLE color: 9840229.

HSL color Cylindrical-coordinate representation of color #652696: hue angle of 273.75º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652696 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10138150-
CMYK0.330.7500.41
HSL273.75º59.57%36.86%-
HSV(B)273.75º74.67%58.82%-
XYZ11.566.3529.47-
YUV69.6173.37150.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 150 (58.98% from 255) = 51.90%
R=34.95%
G=13.15%
B=51.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101381500.330.7500.41273.7559.5736.86
Hex652696214B0291123c25
Octal14546226411130514227445
Binary11001011001101001011010000110010110101001100010010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652696; }

 p { color: rgb(101,38,150); }

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

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

 a { background-color: rgb(101,38,150); }

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

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

 span { border-color: rgb(101,38,150); }

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