#6B3392

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

Shades of Royal Purple #6B3392

Tints of Royal Purple #6B3392

Color information

#6B3392 (or 0x6B3392) is unknown color: approx Royal Purple. HEX triplet: 6B, 33 and 92. RGB value is (107,51,146). Sum of RGB (Red+Green+Blue) = 107+51+146=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B3392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3392 is #94CC6D. Grayscale: #4E4E4E. Windows color (decimal): -9751662 or 9581419. OLE color: 9581419.

HSL color Cylindrical-coordinate representation of color #6B3392: hue angle of 275.37º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B3392 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10751146-
CMYK0.270.6500.43
HSL275.37º48.22%38.63%-
HSV(B)275.37º65.07%57.25%-
XYZ12.447.5728-
YUV78.57166.05148.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.20%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=35.20%
G=16.78%
B=48.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107511460.270.6500.43275.3748.2238.63
Hex6B33921B4102B1133027
Octal15363222331010534236047
Binary1101011110011100100101101110000010101011100010011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,51,146); }

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

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

 a { background-color: rgb(107,51,146); }

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

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

 span { border-color: rgb(107,51,146); }

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