#6344AD

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

Shades of Royal Purple #6344AD

Tints of Royal Purple #6344AD

Color information

#6344AD (or 0x6344AD) is unknown color: approx Royal Purple. HEX triplet: 63, 44 and AD. RGB value is (99,68,173). Sum of RGB (Red+Green+Blue) = 99+68+173=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #6344AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6344AD is #9CBB52. Grayscale: #585858. Windows color (decimal): -10271571 or 11355235. OLE color: 11355235.

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

Color convert

RGB9968173-
CMYK0.430.6100.32
HSL257.71º43.57%47.25%-
HSV(B)257.71º60.69%67.84%-
XYZ14.769.840.65-
YUV89.24175.27134.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 173 (67.97% from 255) = 50.88%
R=29.12%
G=20%
B=50.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99681730.430.6100.32257.7143.5747.25
Hex6344AD2B3D0201022c2f
Octal14310425553750404025457
Binary11000111000100101011011010111111010100000100000010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6344AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6344AD; }

 p { color: rgb(99,68,173); }

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

<style>
 a { background-color: #6344AD; }

 a { background-color: rgb(99,68,173); }

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

<style>
 span { border-color: #6344AD; }

 span { border-color: rgb(99,68,173); }

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