#652EA3

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

Shades of Royal Purple #652EA3

Tints of Royal Purple #652EA3

Color information

#652EA3 (or 0x652EA3) is unknown color: approx Royal Purple. HEX triplet: 65, 2E and A3. RGB value is (101,46,163). Sum of RGB (Red+Green+Blue) = 101+46+163=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 163 (64.06% from 255 or 52.58% from 310); Max value from RGB is 163 - color contains mainly: blue. Hex color #652EA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652EA3 is #9AD15C. Grayscale: #4B4B4B. Windows color (decimal): -10146141 or 10694245. OLE color: 10694245.

HSL color Cylindrical-coordinate representation of color #652EA3: hue angle of 268.21º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #652EA3 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10146163-
CMYK0.380.7200.36
HSL268.21º55.98%40.98%-
HSV(B)268.21º71.78%63.92%-
XYZ12.957.3735.39-
YUV75.78177.22145.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 46 (18.36% from 255) = 14.84%
BLUE value IS 163 (64.06% from 255) = 52.58%
R=32.58%
G=14.84%
B=52.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101461630.380.7200.36268.2155.9840.98
Hex652EA3264802410c3829
Octal14556243461100444147051
Binary11001011011101010001110011010010000100100100001100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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