#65369D

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

Shades of Royal Purple #65369D

Tints of Royal Purple #65369D

Color information

#65369D (or 0x65369D) is unknown color: approx Royal Purple. HEX triplet: 65, 36 and 9D. RGB value is (101,54,157). Sum of RGB (Red+Green+Blue) = 101+54+157=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #65369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65369D is #9AC962. Grayscale: #4F4F4F. Windows color (decimal): -10144099 or 10303077. OLE color: 10303077.

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

Color convert

RGB10154157-
CMYK0.360.6600.38
HSL267.38º48.82%41.37%-
HSV(B)267.38º65.61%61.57%-
XYZ12.777.8432.74-
YUV79.79171.57143.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 157 (61.72% from 255) = 50.32%
R=32.37%
G=17.31%
B=50.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101541570.360.6600.38267.3848.8241.37
Hex65369D244202610b3129
Octal14566235441020464136151
Binary11001011101101001110110010010000100100110100001011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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