#6729A4

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

Shades of Royal Purple #6729A4

Tints of Royal Purple #6729A4

Color information

#6729A4 (or 0x6729A4) is unknown color: approx Royal Purple. HEX triplet: 67, 29 and A4. RGB value is (103,41,164). Sum of RGB (Red+Green+Blue) = 103+41+164=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #6729A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6729A4 is #98D65B. Grayscale: #494949. Windows color (decimal): -10016348 or 10758503. OLE color: 10758503.

HSL color Cylindrical-coordinate representation of color #6729A4: hue angle of 270.24º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6729A4 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10341164-
CMYK0.370.7500.36
HSL270.24º60%40.2%-
HSV(B)270.24º75%64.31%-
XYZ13.097.1535.81-
YUV73.56179.04149-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 41 (16.41% from 255) = 13.31%
BLUE value IS 164 (64.45% from 255) = 53.25%
R=33.44%
G=13.31%
B=53.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal103411640.370.7500.36270.246040.2
Hex6729A4254B02410e3c28
Octal14751244451130444167450
Binary11001111010011010010010010110010110100100100001110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6729A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6729A4; }

 p { color: rgb(103,41,164); }

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

<style>
 a { background-color: #6729A4; }

 a { background-color: rgb(103,41,164); }

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

<style>
 span { border-color: #6729A4; }

 span { border-color: rgb(103,41,164); }

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