#652695

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

Shades of Royal Purple #652695

Tints of Royal Purple #652695

Color information

#652695 (or 0x652695) is unknown color: approx Royal Purple. HEX triplet: 65, 26 and 95. RGB value is (101,38,149). Sum of RGB (Red+Green+Blue) = 101+38+149=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #652695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652695 is #9AD96A. Grayscale: #454545. Windows color (decimal): -10148203 or 9774693. OLE color: 9774693.

HSL color Cylindrical-coordinate representation of color #652695: hue angle of 274.05º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #652695 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10138149-
CMYK0.320.7400.42
HSL274.05º59.36%36.67%-
HSV(B)274.05º74.5%58.43%-
XYZ11.486.3229.05-
YUV69.49172.87150.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.07%
GREEN value IS 38 (15.23% from 255) = 13.19%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=35.07%
G=13.19%
B=51.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101381490.320.7400.42274.0559.3636.67
Hex652695204A02A1123b25
Octal14546225401120524227345
Binary11001011001101001010110000010010100101010100010010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652695; }

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

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

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

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

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

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

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

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