#6A46A4

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

Shades of Royal Purple #6A46A4

Tints of Royal Purple #6A46A4

Color information

#6A46A4 (or 0x6A46A4) is unknown color: approx Royal Purple. HEX triplet: 6A, 46 and A4. RGB value is (106,70,164). Sum of RGB (Red+Green+Blue) = 106+70+164=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #6A46A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A46A4 is #95B95B. Grayscale: #5B5B5B. Windows color (decimal): -9812316 or 10765930. OLE color: 10765930.

HSL color Cylindrical-coordinate representation of color #6A46A4: hue angle of 262.98º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A46A4 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10670164-
CMYK0.350.5700.36
HSL262.98º40.17%45.88%-
HSV(B)262.98º57.32%64.31%-
XYZ14.8310.1236.29-
YUV91.48168.93138.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.18%
GREEN value IS 70 (27.73% from 255) = 20.59%
BLUE value IS 164 (64.45% from 255) = 48.24%
R=31.18%
G=20.59%
B=48.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106701640.350.5700.36262.9840.1745.88
Hex6A46A42339024107282e
Octal15210624443710444075056
Binary11010101000110101001001000111110010100100100000111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A46A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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