#6A42AB

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

Shades of Royal Purple #6A42AB

Tints of Royal Purple #6A42AB

Color information

#6A42AB (or 0x6A42AB) is unknown color: approx Royal Purple. HEX triplet: 6A, 42 and AB. RGB value is (106,66,171). Sum of RGB (Red+Green+Blue) = 106+66+171=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A42AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A42AB is #95BD54. Grayscale: #595959. Windows color (decimal): -9813333 or 11223658. OLE color: 11223658.

HSL color Cylindrical-coordinate representation of color #6A42AB: hue angle of 262.86º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A42AB is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10666171-
CMYK0.380.6100.33
HSL262.86º44.3%46.47%-
HSV(B)262.86º61.4%67.06%-
XYZ15.249.939.64-
YUV89.93173.75139.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.90%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 171 (67.19% from 255) = 49.85%
R=30.90%
G=19.24%
B=49.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106661710.380.6100.33262.8644.346.47
Hex6A42AB263D0211072c2e
Octal15210225346750414075456
Binary11010101000010101010111001101111010100001100000111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,66,171); }

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

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

 a { background-color: rgb(106,66,171); }

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

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

 span { border-color: rgb(106,66,171); }

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