#6B3893

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

Shades of Royal Purple #6B3893

Tints of Royal Purple #6B3893

Color information

#6B3893 (or 0x6B3893) is unknown color: approx Royal Purple. HEX triplet: 6B, 38 and 93. RGB value is (107,56,147). Sum of RGB (Red+Green+Blue) = 107+56+147=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B3893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3893 is #94C76C. Grayscale: #515151. Windows color (decimal): -9750381 or 9648235. OLE color: 9648235.

HSL color Cylindrical-coordinate representation of color #6B3893: hue angle of 273.63º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B3893 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10756147-
CMYK0.270.6200.42
HSL273.63º44.83%39.8%-
HSV(B)273.63º61.9%57.65%-
XYZ12.748.0628.49-
YUV81.62164.9146.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.52%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 147 (57.81% from 255) = 47.42%
R=34.52%
G=18.06%
B=47.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107561470.270.6200.42273.6344.8339.8
Hex6B38931B3E02A1122d28
Octal1537022333760524225550
Binary110101111100010010011110111111100101010100010010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,56,147); }

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

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

 a { background-color: rgb(107,56,147); }

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

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

 span { border-color: rgb(107,56,147); }

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