#65299A

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

Shades of Royal Purple #65299A

Tints of Royal Purple #65299A

Color information

#65299A (or 0x65299A) is unknown color: approx Royal Purple. HEX triplet: 65, 29 and 9A. RGB value is (101,41,154). Sum of RGB (Red+Green+Blue) = 101+41+154=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #65299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65299A is #9AD665. Grayscale: #474747. Windows color (decimal): -10147430 or 10103141. OLE color: 10103141.

HSL color Cylindrical-coordinate representation of color #65299A: hue angle of 271.86º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65299A is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10141154-
CMYK0.340.7300.40
HSL271.86º57.95%38.24%-
HSV(B)271.86º73.38%60.39%-
XYZ11.996.6931.23-
YUV71.82174.38148.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 41 (16.41% from 255) = 13.85%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=34.12%
G=13.85%
B=52.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101411540.340.7300.40271.8657.9538.24
Hex65299A22490281103a26
Octal14551232421110504207246
Binary11001011010011001101010001010010010101000100010000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65299A; }

 p { color: rgb(101,41,154); }

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

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

 a { background-color: rgb(101,41,154); }

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

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

 span { border-color: rgb(101,41,154); }

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