#6345AE

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

Shades of Royal Purple #6345AE

Tints of Royal Purple #6345AE

Color information

#6345AE (or 0x6345AE) is unknown color: approx Royal Purple. HEX triplet: 63, 45 and AE. RGB value is (99,69,174). Sum of RGB (Red+Green+Blue) = 99+69+174=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #6345AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6345AE is #9CBA51. Grayscale: #595959. Windows color (decimal): -10271314 or 11421027. OLE color: 11421027.

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

Color convert

RGB9969174-
CMYK0.430.6000.32
HSL257.14º43.21%47.65%-
HSV(B)257.14º60.34%68.24%-
XYZ14.919.9641.18-
YUV89.94175.44134.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=28.95%
G=20.18%
B=50.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99691740.430.6000.32257.1443.2147.65
Hex6345AE2B3C0201012b30
Octal14310525653740404015360
Binary11000111000101101011101010111111000100000100000001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6345AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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