#6B3EB1

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

Shades of Royal Purple #6B3EB1

Tints of Royal Purple #6B3EB1

Color information

#6B3EB1 (or 0x6B3EB1) is unknown color: approx Royal Purple. HEX triplet: 6B, 3E and B1. RGB value is (107,62,177). Sum of RGB (Red+Green+Blue) = 107+62+177=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B3EB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3EB1 is #94C14E. Grayscale: #585858. Windows color (decimal): -9748815 or 11615851. OLE color: 11615851.

HSL color Cylindrical-coordinate representation of color #6B3EB1: hue angle of 263.48º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B3EB1 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10762177-
CMYK0.400.6500.31
HSL263.48º48.12%46.86%-
HSV(B)263.48º64.97%69.41%-
XYZ15.729.7542.65-
YUV88.56177.91141.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.92%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 177 (69.53% from 255) = 51.16%
R=30.92%
G=17.92%
B=51.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107621770.400.6500.31263.4848.1246.86
Hex6B3EB1284101F107302f
Octal15376261501010374076057
Binary1101011111110101100011010001000001011111100000111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,62,177); }

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

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

 a { background-color: rgb(107,62,177); }

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

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

 span { border-color: rgb(107,62,177); }

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