#6B4692

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

Shades of Royal Purple #6B4692

Tints of Royal Purple #6B4692

Color information

#6B4692 (or 0x6B4692) is unknown color: approx Royal Purple. HEX triplet: 6B, 46 and 92. RGB value is (107,70,146). Sum of RGB (Red+Green+Blue) = 107+70+146=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B4692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4692 is #94B96D. Grayscale: #595959. Windows color (decimal): -9746798 or 9586283. OLE color: 9586283.

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

Color convert

RGB10770146-
CMYK0.270.5200.43
HSL269.21º35.19%42.35%-
HSV(B)269.21º52.05%57.25%-
XYZ13.449.5828.34-
YUV89.73159.76140.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.13%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 146 (57.42% from 255) = 45.20%
R=33.13%
G=21.67%
B=45.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107701460.270.5200.43269.2135.1942.35
Hex6B46921B3402B10d232a
Octal15310622233640534154352
Binary1101011100011010010010110111101000101011100001101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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