#6C42AB

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

Shades of Royal Purple #6C42AB

Tints of Royal Purple #6C42AB

Color information

#6C42AB (or 0x6C42AB) is unknown color: approx Royal Purple. HEX triplet: 6C, 42 and AB. RGB value is (108,66,171). Sum of RGB (Red+Green+Blue) = 108+66+171=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C42AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C42AB is #93BD54. Grayscale: #5A5A5A. Windows color (decimal): -9682261 or 11223660. OLE color: 11223660.

HSL color Cylindrical-coordinate representation of color #6C42AB: hue angle of 264º 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 #6C42AB is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10866171-
CMYK0.370.6100.33
HSL264º44.3%46.47%-
HSV(B)264º61.4%67.06%-
XYZ15.4810.0239.65-
YUV90.53173.41140.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.30%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=31.30%
G=19.13%
B=49.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108661710.370.6100.3326444.346.47
Hex6C42AB253D0211082c2e
Octal15410225345750414105456
Binary11011001000010101010111001011111010100001100001000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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