#6B4092

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

Shades of Royal Purple #6B4092

Tints of Royal Purple #6B4092

Color information

#6B4092 (or 0x6B4092) is unknown color: approx Royal Purple. HEX triplet: 6B, 40 and 92. RGB value is (107,64,146). Sum of RGB (Red+Green+Blue) = 107+64+146=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B4092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4092 is #94BF6D. Grayscale: #555555. Windows color (decimal): -9748334 or 9584747. OLE color: 9584747.

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

Color convert

RGB10764146-
CMYK0.270.5600.43
HSL271.46º39.05%41.18%-
HSV(B)271.46º56.16%57.25%-
XYZ13.098.8728.22-
YUV86.2161.75142.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=33.75%
G=20.19%
B=46.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107641460.270.5600.43271.4639.0541.18
Hex6B40921B3802B10f2729
Octal15310022233700534174751
Binary1101011100000010010010110111110000101011100001111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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