#6b2ba8

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

Shades of Royal Purple #6B2BA8

Tints of Royal Purple #6B2BA8

Color information

#6B2BA8 (or 0x6B2BA8) is unknown color: approx Royal Purple. HEX triplet: 6B, 2B and A8. RGB value is (107,43,168). Sum of RGB (Red+Green+Blue) = 107+43+168=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 168 (66.02% from 255 or 52.83% from 318); Max value from RGB is 168 - color contains mainly: blue. Hex color #6B2BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2BA8 is #94D457. Grayscale: #4B4B4B. Windows color (decimal): -9753688 or 11021163. OLE color: 11021163.

HSL color Cylindrical-coordinate representation of color #6B2BA8: hue angle of 270.72º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B2BA8 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10743168-
CMYK0.360.7400.34
HSL270.72º59.24%41.37%-
HSV(B)270.72º74.4%65.88%-
XYZ147.6837.79-
YUV76.39179.7149.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 43 (17.19% from 255) = 13.52%
BLUE value IS 168 (66.02% from 255) = 52.83%
R=33.65%
G=13.52%
B=52.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal107431680.360.7400.34270.7259.2441.37
Hex6B2BA8244A02210f3b29
Octal15353250441120424177351
Binary11010111010111010100010010010010100100010100001111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b2ba8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,43,168); }

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

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

 a { background-color: rgb(107,43,168); }

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

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

 span { border-color: rgb(107,43,168); }

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