#6B4094

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

Shades of Royal Purple #6B4094

Tints of Royal Purple #6B4094

Color information

#6B4094 (or 0x6B4094) is unknown color: approx Royal Purple. HEX triplet: 6B, 40 and 94. RGB value is (107,64,148). Sum of RGB (Red+Green+Blue) = 107+64+148=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B4094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4094 is #94BF6B. Grayscale: #565656. Windows color (decimal): -9748332 or 9715819. OLE color: 9715819.

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

Color convert

RGB10764148-
CMYK0.280.5700.42
HSL270.71º39.62%41.57%-
HSV(B)270.71º56.76%58.04%-
XYZ13.248.9329.04-
YUV86.43162.75142.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=33.54%
G=20.06%
B=46.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107641480.280.5700.42270.7139.6241.57
Hex6B40941C3902A10f282a
Octal15310022434710524175052
Binary1101011100000010010100111001110010101010100001111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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