#6442AE

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

Shades of Royal Purple #6442AE

Tints of Royal Purple #6442AE

Color information

#6442AE (or 0x6442AE) is unknown color: approx Royal Purple. HEX triplet: 64, 42 and AE. RGB value is (100,66,174). Sum of RGB (Red+Green+Blue) = 100+66+174=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #6442AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6442AE is #9BBD51. Grayscale: #585858. Windows color (decimal): -10206546 or 11420260. OLE color: 11420260.

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

Color convert

RGB10066174-
CMYK0.430.6200.32
HSL258.89º45%47.06%-
HSV(B)258.89º62.07%68.24%-
XYZ14.849.6641.13-
YUV88.48176.26136.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 174 (68.36% from 255) = 51.18%
R=29.41%
G=19.41%
B=51.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100661740.430.6200.32258.894547.06
Hex6442AE2B3E0201032d2f
Octal14410225653760404035557
Binary11001001000010101011101010111111100100000100000011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6442AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,66,174); }

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

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

 a { background-color: rgb(100,66,174); }

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

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

 span { border-color: rgb(100,66,174); }

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