#65299D

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

Shades of Royal Purple #65299D

Tints of Royal Purple #65299D

Color information

#65299D (or 0x65299D) is unknown color: approx Royal Purple. HEX triplet: 65, 29 and 9D. RGB value is (101,41,157). Sum of RGB (Red+Green+Blue) = 101+41+157=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #65299D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65299D is #9AD662. Grayscale: #474747. Windows color (decimal): -10147427 or 10299749. OLE color: 10299749.

HSL color Cylindrical-coordinate representation of color #65299D: hue angle of 271.03º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65299D is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10141157-
CMYK0.360.7400.38
HSL271.03º58.59%38.82%-
HSV(B)271.03º73.89%61.57%-
XYZ12.256.7932.56-
YUV72.16175.88148.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.78%
GREEN value IS 41 (16.41% from 255) = 13.71%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=33.78%
G=13.71%
B=52.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101411570.360.7400.38271.0358.5938.82
Hex65299D244A02610f3b27
Octal14551235441120464177347
Binary11001011010011001110110010010010100100110100001111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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