#6F4195

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

Shades of Royal Purple #6F4195

Tints of Royal Purple #6F4195

Color information

#6F4195 (or 0x6F4195) is unknown color: approx Royal Purple. HEX triplet: 6F, 41 and 95. RGB value is (111,65,149). Sum of RGB (Red+Green+Blue) = 111+65+149=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F4195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4195 is #90BE6A. Grayscale: #585858. Windows color (decimal): -9485931 or 9781615. OLE color: 9781615.

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

Color convert

RGB11165149-
CMYK0.260.5600.42
HSL272.86º39.25%41.96%-
HSV(B)272.86º56.38%58.43%-
XYZ13.879.3329.5-
YUV88.33162.24144.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.15%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=34.15%
G=20%
B=45.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111651490.260.5600.42272.8639.2541.96
Hex6F41951A3802A111272a
Octal15710122532700524214752
Binary1101111100000110010101110101110000101010100010001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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