#6A46B5

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

Shades of Royal Purple #6A46B5

Tints of Royal Purple #6A46B5

Color information

#6A46B5 (or 0x6A46B5) is unknown color: approx Royal Purple. HEX triplet: 6A, 46 and B5. RGB value is (106,70,181). Sum of RGB (Red+Green+Blue) = 106+70+181=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 181 (71.09% from 255 or 50.70% from 357); Max value from RGB is 181 - color contains mainly: blue. Hex color #6A46B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A46B5 is #95B94A. Grayscale: #5D5D5D. Windows color (decimal): -9812299 or 11880042. OLE color: 11880042.

HSL color Cylindrical-coordinate representation of color #6A46B5: hue angle of 259.46º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A46B5 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10670181-
CMYK0.410.6100.29
HSL259.46º44.22%49.22%-
HSV(B)259.46º61.33%70.98%-
XYZ16.4710.7844.93-
YUV93.42177.43136.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.69%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 181 (71.09% from 255) = 50.70%
R=29.69%
G=19.61%
B=50.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106701810.410.6100.29259.4644.2249.22
Hex6A46B5293D01D1032c31
Octal15210626551750354035461
Binary1101010100011010110101101001111101011101100000011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A46B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A46B5; }

 p { color: rgb(106,70,181); }

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

<style>
 a { background-color: #6A46B5; }

 a { background-color: rgb(106,70,181); }

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

<style>
 span { border-color: #6A46B5; }

 span { border-color: rgb(106,70,181); }

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