#6F3194

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

Shades of Royal Purple #6F3194

Tints of Royal Purple #6F3194

Color information

#6F3194 (or 0x6F3194) is unknown color: approx Royal Purple. HEX triplet: 6F, 31 and 94. RGB value is (111,49,148). Sum of RGB (Red+Green+Blue) = 111+49+148=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F3194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3194 is #90CE6B. Grayscale: #4E4E4E. Windows color (decimal): -9490028 or 9711983. OLE color: 9711983.

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

Color convert

RGB11149148-
CMYK0.250.6700.42
HSL277.58º50.25%38.63%-
HSV(B)277.58º66.89%58.04%-
XYZ137.7128.82-
YUV78.82167.04150.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 148 (58.20% from 255) = 48.05%
R=36.04%
G=15.91%
B=48.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111491480.250.6700.42277.5850.2538.63
Hex6F3194194302A1163227
Octal15761224311030524266247
Binary1101111110001100101001100110000110101010100010110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,49,148); }

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

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

 a { background-color: rgb(111,49,148); }

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

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

 span { border-color: rgb(111,49,148); }

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