#6341AE

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

Shades of Royal Purple #6341AE

Tints of Royal Purple #6341AE

Color information

#6341AE (or 0x6341AE) is unknown color: approx Royal Purple. HEX triplet: 63, 41 and AE. RGB value is (99,65,174). Sum of RGB (Red+Green+Blue) = 99+65+174=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #6341AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6341AE is #9CBE51. Grayscale: #575757. Windows color (decimal): -10272338 or 11420003. OLE color: 11420003.

HSL color Cylindrical-coordinate representation of color #6341AE: hue angle of 258.72º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6341AE is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9965174-
CMYK0.430.6300.32
HSL258.72º45.61%46.86%-
HSV(B)258.72º62.64%68.24%-
XYZ14.689.4941.1-
YUV87.59176.76136.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=29.29%
G=19.23%
B=51.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99651740.430.6300.32258.7245.6146.86
Hex6341AE2B3F0201032e2f
Octal14310125653770404035657
Binary11000111000001101011101010111111110100000100000011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6341AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6341AE; }

 p { color: rgb(99,65,174); }

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

<style>
 a { background-color: #6341AE; }

 a { background-color: rgb(99,65,174); }

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

<style>
 span { border-color: #6341AE; }

 span { border-color: rgb(99,65,174); }

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