#653294

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

Shades of Royal Purple #653294

Tints of Royal Purple #653294

Color information

#653294 (or 0x653294) is unknown color: approx Royal Purple. HEX triplet: 65, 32 and 94. RGB value is (101,50,148). Sum of RGB (Red+Green+Blue) = 101+50+148=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #653294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653294 is #9ACD6B. Grayscale: #4C4C4C. Windows color (decimal): -10145132 or 9712229. OLE color: 9712229.

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

Color convert

RGB10150148-
CMYK0.320.6600.42
HSL271.22º49.49%38.82%-
HSV(B)271.22º66.22%58.04%-
XYZ11.857.1928.78-
YUV76.42168.4145.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.78%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 148 (58.20% from 255) = 49.50%
R=33.78%
G=16.72%
B=49.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101501480.320.6600.42271.2249.4938.82
Hex653294204202A10f3127
Octal14562224401020524176147
Binary11001011100101001010010000010000100101010100001111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653294; }

 p { color: rgb(101,50,148); }

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

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

 a { background-color: rgb(101,50,148); }

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

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

 span { border-color: rgb(101,50,148); }

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