#654195

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

Shades of Royal Purple #654195

Tints of Royal Purple #654195

Color information

#654195 (or 0x654195) is unknown color: approx Royal Purple. HEX triplet: 65, 41 and 95. RGB value is (101,65,149). Sum of RGB (Red+Green+Blue) = 101+65+149=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #654195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654195 is #9ABE6A. Grayscale: #555555. Windows color (decimal): -10141291 or 9781605. OLE color: 9781605.

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

Color convert

RGB10165149-
CMYK0.320.5600.42
HSL265.71º39.25%41.96%-
HSV(B)265.71º56.38%58.43%-
XYZ12.688.7229.45-
YUV85.34163.93139.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.06%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=32.06%
G=20.63%
B=47.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101651490.320.5600.42265.7139.2541.96
Hex654195203802A10a272a
Octal14510122540700524124752
Binary11001011000001100101011000001110000101010100001010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654195; }

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

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

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

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

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

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

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

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