#6B41AB

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

Shades of Royal Purple #6B41AB

Tints of Royal Purple #6B41AB

Color information

#6B41AB (or 0x6B41AB) is unknown color: approx Royal Purple. HEX triplet: 6B, 41 and AB. RGB value is (107,65,171). Sum of RGB (Red+Green+Blue) = 107+65+171=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 65 (25.78% from 255 or 18.95% 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 #6B41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B41AB is #94BE54. Grayscale: #595959. Windows color (decimal): -9748053 or 11223403. OLE color: 11223403.

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

Color convert

RGB10765171-
CMYK0.370.6200.33
HSL263.77º44.92%46.27%-
HSV(B)263.77º61.99%67.06%-
XYZ15.39.8539.62-
YUV89.64173.91140.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.20%
GREEN value IS 65 (25.78% from 255) = 18.95%
BLUE value IS 171 (67.19% from 255) = 49.85%
R=31.20%
G=18.95%
B=49.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107651710.370.6200.33263.7744.9246.27
Hex6B41AB253E0211082d2e
Octal15310125345760414105556
Binary11010111000001101010111001011111100100001100001000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B41AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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