#653998

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

Shades of Royal Purple #653998

Tints of Royal Purple #653998

Color information

#653998 (or 0x653998) is unknown color: approx Royal Purple. HEX triplet: 65, 39 and 98. RGB value is (101,57,152). Sum of RGB (Red+Green+Blue) = 101+57+152=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #653998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653998 is #9AC667. Grayscale: #505050. Windows color (decimal): -10143336 or 9976165. OLE color: 9976165.

HSL color Cylindrical-coordinate representation of color #653998: hue angle of 267.79º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #653998 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10157152-
CMYK0.340.6200.40
HSL267.79º45.45%40.98%-
HSV(B)267.79º62.5%59.61%-
XYZ12.57.9630.58-
YUV80.99168.08142.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 152 (59.77% from 255) = 49.03%
R=32.58%
G=18.39%
B=49.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101571520.340.6200.40267.7945.4540.98
Hex653998223E02810c2d29
Octal1457123042760504145551
Binary1100101111001100110001000101111100101000100001100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653998; }

 p { color: rgb(101,57,152); }

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

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

 a { background-color: rgb(101,57,152); }

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

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

 span { border-color: rgb(101,57,152); }

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