#65489C

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

Shades of Royal Purple #65489C

Tints of Royal Purple #65489C

Color information

#65489C (or 0x65489C) is unknown color: approx Royal Purple. HEX triplet: 65, 48 and 9C. RGB value is (101,72,156). Sum of RGB (Red+Green+Blue) = 101+72+156=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #65489C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65489C is #9AB763. Grayscale: #595959. Windows color (decimal): -10139492 or 10242149. OLE color: 10242149.

HSL color Cylindrical-coordinate representation of color #65489C: hue angle of 260.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65489C is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10172156-
CMYK0.350.5400.39
HSL260.71º36.84%44.71%-
HSV(B)260.71º53.85%61.18%-
XYZ13.689.832.62-
YUV90.25165.11135.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.70%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=30.70%
G=21.88%
B=47.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101721560.350.5400.39260.7136.8444.71
Hex65489C2336027105252d
Octal14511023443660474054555
Binary11001011001000100111001000111101100100111100000101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65489C; }

 p { color: rgb(101,72,156); }

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

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

 a { background-color: rgb(101,72,156); }

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

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

 span { border-color: rgb(101,72,156); }

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