#652AAA

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

Shades of Royal Purple #652AAA

Tints of Royal Purple #652AAA

Color information

#652AAA (or 0x652AAA) is unknown color: approx Royal Purple. HEX triplet: 65, 2A and AA. RGB value is (101,42,170). Sum of RGB (Red+Green+Blue) = 101+42+170=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #652AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652AAA is #9AD555. Grayscale: #494949. Windows color (decimal): -10147158 or 11151973. OLE color: 11151973.

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

Color convert

RGB10142170-
CMYK0.410.7500.33
HSL267.66º60.38%41.57%-
HSV(B)267.66º75.29%66.67%-
XYZ13.457.3238.74-
YUV74.23182.05147.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 42 (16.80% from 255) = 13.42%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=32.27%
G=13.42%
B=54.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101421700.410.7500.33267.6660.3841.57
Hex652AAA294B02110c3c2a
Octal14552252511130414147452
Binary11001011010101010101010100110010110100001100001100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,42,170); }

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

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

 a { background-color: rgb(101,42,170); }

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

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

 span { border-color: rgb(101,42,170); }

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