#6B2EA1

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

Shades of Royal Purple #6B2EA1

Tints of Royal Purple #6B2EA1

Color information

#6B2EA1 (or 0x6B2EA1) is unknown color: approx Royal Purple. HEX triplet: 6B, 2E and A1. RGB value is (107,46,161). Sum of RGB (Red+Green+Blue) = 107+46+161=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 161 (63.28% from 255 or 51.27% from 314); Max value from RGB is 161 - color contains mainly: blue. Hex color #6B2EA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2EA1 is #94D15E. Grayscale: #4C4C4C. Windows color (decimal): -9752927 or 10563179. OLE color: 10563179.

HSL color Cylindrical-coordinate representation of color #6B2EA1: hue angle of 271.83º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B2EA1 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10746161-
CMYK0.340.7100.37
HSL271.83º55.56%40.59%-
HSV(B)271.83º71.43%63.14%-
XYZ13.477.6534.49-
YUV77.35175.21149.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.08%
GREEN value IS 46 (18.36% from 255) = 14.65%
BLUE value IS 161 (63.28% from 255) = 51.27%
R=34.08%
G=14.65%
B=51.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107461610.340.7100.37271.8355.5640.59
Hex6B2EA122470251103829
Octal15356241421070454207051
Binary11010111011101010000110001010001110100101100010000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,46,161); }

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

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

 a { background-color: rgb(107,46,161); }

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

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

 span { border-color: rgb(107,46,161); }

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