#6B3EAB

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

Shades of Royal Purple #6B3EAB

Tints of Royal Purple #6B3EAB

Color information

#6B3EAB (or 0x6B3EAB) is unknown color: approx Royal Purple. HEX triplet: 6B, 3E and AB. RGB value is (107,62,171). Sum of RGB (Red+Green+Blue) = 107+62+171=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B3EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3EAB is #94C154. Grayscale: #575757. Windows color (decimal): -9748821 or 11222635. OLE color: 11222635.

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

Color convert

RGB10762171-
CMYK0.370.6400.33
HSL264.77º46.78%45.69%-
HSV(B)264.77º63.74%67.06%-
XYZ15.149.5139.57-
YUV87.88174.91141.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.47%
GREEN value IS 62 (24.61% from 255) = 18.24%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=31.47%
G=18.24%
B=50.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107621710.370.6400.33264.7746.7845.69
Hex6B3EAB25400211092f2e
Octal15376253451000414115756
Binary11010111111101010101110010110000000100001100001001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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