#65459C

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

Shades of Royal Purple #65459C

Tints of Royal Purple #65459C

Color information

#65459C (or 0x65459C) is unknown color: approx Royal Purple. HEX triplet: 65, 45 and 9C. RGB value is (101,69,156). Sum of RGB (Red+Green+Blue) = 101+69+156=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #65459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65459C is #9ABA63. Grayscale: #585858. Windows color (decimal): -10140260 or 10241381. OLE color: 10241381.

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

Color convert

RGB10169156-
CMYK0.350.5600.39
HSL262.07º38.67%44.12%-
HSV(B)262.07º55.77%61.18%-
XYZ13.59.4232.56-
YUV88.49166.1136.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.98%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 156 (61.33% from 255) = 47.85%
R=30.98%
G=21.17%
B=47.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101691560.350.5600.39262.0738.6744.12
Hex65459C2338027106272c
Octal14510523443700474064754
Binary11001011000101100111001000111110000100111100000110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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