#652DA5

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

Shades of Royal Purple #652DA5

Tints of Royal Purple #652DA5

Color information

#652DA5 (or 0x652DA5) is unknown color: approx Royal Purple. HEX triplet: 65, 2D and A5. RGB value is (101,45,165). Sum of RGB (Red+Green+Blue) = 101+45+165=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 165 (64.84% from 255 or 53.05% from 311); Max value from RGB is 165 - color contains mainly: blue. Hex color #652DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652DA5 is #9AD25A. Grayscale: #4B4B4B. Windows color (decimal): -10146395 or 10825061. OLE color: 10825061.

HSL color Cylindrical-coordinate representation of color #652DA5: hue angle of 268º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #652DA5 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10145165-
CMYK0.390.7300.35
HSL268º57.14%41.18%-
HSV(B)268º72.73%64.71%-
XYZ13.17.3636.33-
YUV75.42178.55146.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 45 (17.97% from 255) = 14.47%
BLUE value IS 165 (64.84% from 255) = 53.05%
R=32.48%
G=14.47%
B=53.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101451650.390.7300.3526857.1441.18
Hex652DA5274902310c3929
Octal14555245471110434147151
Binary11001011011011010010110011110010010100011100001100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,45,165); }

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

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

 a { background-color: rgb(101,45,165); }

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

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

 span { border-color: rgb(101,45,165); }

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