#6B4694

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

Shades of Royal Purple #6B4694

Tints of Royal Purple #6B4694

Color information

#6B4694 (or 0x6B4694) is unknown color: approx Royal Purple. HEX triplet: 6B, 46 and 94. RGB value is (107,70,148). Sum of RGB (Red+Green+Blue) = 107+70+148=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B4694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4694 is #94B96B. Grayscale: #595959. Windows color (decimal): -9746796 or 9717355. OLE color: 9717355.

HSL color Cylindrical-coordinate representation of color #6B4694: hue angle of 268.46º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B4694 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10770148-
CMYK0.280.5300.42
HSL268.46º35.78%42.75%-
HSV(B)268.46º52.7%58.04%-
XYZ13.69.6429.16-
YUV89.96160.76140.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.92%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=32.92%
G=21.54%
B=45.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107701480.280.5300.42268.4635.7842.75
Hex6B46941C3502A10c242b
Octal15310622434650524144453
Binary1101011100011010010100111001101010101010100001100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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