#6429A5

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

Shades of Royal Purple #6429A5

Tints of Royal Purple #6429A5

Color information

#6429A5 (or 0x6429A5) is unknown color: approx Royal Purple. HEX triplet: 64, 29 and A5. RGB value is (100,41,165). Sum of RGB (Red+Green+Blue) = 100+41+165=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 165 (64.84% from 255 or 53.92% from 306); Max value from RGB is 165 - color contains mainly: blue. Hex color #6429A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6429A5 is #9BD65A. Grayscale: #484848. Windows color (decimal): -10212955 or 10824036. OLE color: 10824036.

HSL color Cylindrical-coordinate representation of color #6429A5: hue angle of 268.55º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6429A5 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10041165-
CMYK0.390.7500.35
HSL268.55º60.19%40.39%-
HSV(B)268.55º75.15%64.71%-
XYZ12.847.0136.27-
YUV72.78180.05147.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.68%
GREEN value IS 41 (16.41% from 255) = 13.40%
BLUE value IS 165 (64.84% from 255) = 53.92%
R=32.68%
G=13.40%
B=53.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100411650.390.7500.35268.5560.1940.39
Hex6429A5274B02310d3c28
Octal14451245471130434157450
Binary11001001010011010010110011110010110100011100001101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6429A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,41,165); }

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

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

 a { background-color: rgb(100,41,165); }

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

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

 span { border-color: rgb(100,41,165); }

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