#65369A

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

Shades of Royal Purple #65369A

Tints of Royal Purple #65369A

Color information

#65369A (or 0x65369A) is unknown color: approx Royal Purple. HEX triplet: 65, 36 and 9A. RGB value is (101,54,154). Sum of RGB (Red+Green+Blue) = 101+54+154=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #65369A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65369A is #9AC965. Grayscale: #4F4F4F. Windows color (decimal): -10144102 or 10106469. OLE color: 10106469.

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

Color convert

RGB10154154-
CMYK0.340.6500.40
HSL268.2º48.08%40.78%-
HSV(B)268.2º64.94%60.39%-
XYZ12.527.7431.41-
YUV79.45170.07143.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.69%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 154 (60.55% from 255) = 49.84%
R=32.69%
G=17.48%
B=49.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101541540.340.6500.40268.248.0840.78
Hex65369A224102810c3029
Octal14566232421010504146051
Binary11001011101101001101010001010000010101000100001100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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