#6B29AB

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

Shades of Royal Purple #6B29AB

Tints of Royal Purple #6B29AB

Color information

#6B29AB (or 0x6B29AB) is unknown color: approx Royal Purple. HEX triplet: 6B, 29 and AB. RGB value is (107,41,171). Sum of RGB (Red+Green+Blue) = 107+41+171=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B29AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B29AB is #94D654. Grayscale: #4B4B4B. Windows color (decimal): -9754197 or 11217259. OLE color: 11217259.

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

Color convert

RGB10741171-
CMYK0.370.7600.33
HSL270.46º61.32%41.57%-
HSV(B)270.46º76.02%67.06%-
XYZ14.217.6539.26-
YUV75.55181.87150.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 41 (16.41% from 255) = 12.85%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=33.54%
G=12.85%
B=53.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107411710.370.7600.33270.4661.3241.57
Hex6B29AB254C02110e3d2a
Octal15351253451140414167552
Binary11010111010011010101110010110011000100001100001110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B29AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,41,171); }

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

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

 a { background-color: rgb(107,41,171); }

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

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

 span { border-color: rgb(107,41,171); }

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