#6341A5

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

Shades of Royal Purple #6341A5

Tints of Royal Purple #6341A5

Color information

#6341A5 (or 0x6341A5) is unknown color: approx Royal Purple. HEX triplet: 63, 41 and A5. RGB value is (99,65,165). Sum of RGB (Red+Green+Blue) = 99+65+165=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #6341A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6341A5 is #9CBE5A. Grayscale: #565656. Windows color (decimal): -10272347 or 10830179. OLE color: 10830179.

HSL color Cylindrical-coordinate representation of color #6341A5: hue angle of 260.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6341A5 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9965165-
CMYK0.400.6100.35
HSL260.4º43.48%45.1%-
HSV(B)260.4º60.61%64.71%-
XYZ13.839.1536.63-
YUV86.57172.26136.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.09%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 165 (64.84% from 255) = 50.15%
R=30.09%
G=19.76%
B=50.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal99651650.400.6100.35260.443.4845.1
Hex6341A5283D0231042b2d
Octal14310124550750434045355
Binary11000111000001101001011010001111010100011100000100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6341A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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