#6F4192

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

Shades of Royal Purple #6F4192

Tints of Royal Purple #6F4192

Color information

#6F4192 (or 0x6F4192) is unknown color: approx Royal Purple. HEX triplet: 6F, 41 and 92. RGB value is (111,65,146). Sum of RGB (Red+Green+Blue) = 111+65+146=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F4192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4192 is #90BE6D. Grayscale: #575757. Windows color (decimal): -9485934 or 9585007. OLE color: 9585007.

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

Color convert

RGB11165146-
CMYK0.240.5500.43
HSL274.07º38.39%41.37%-
HSV(B)274.07º55.48%57.25%-
XYZ13.639.2428.26-
YUV87.99160.74144.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.47%
GREEN value IS 65 (25.78% from 255) = 20.19%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=34.47%
G=20.19%
B=45.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111651460.240.5500.43274.0738.3941.37
Hex6F4192183702B1122629
Octal15710122230670534224651
Binary1101111100000110010010110001101110101011100010010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,65,146); }

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

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

 a { background-color: rgb(111,65,146); }

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

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

 span { border-color: rgb(111,65,146); }

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