#6F4793

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

Shades of Studio #6F4793

Tints of Studio #6F4793

Color information

#6F4793 (or 0x6F4793) is unknown color: approx Studio. HEX triplet: 6F, 47 and 93. RGB value is (111,71,147). Sum of RGB (Red+Green+Blue) = 111+71+147=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F4793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4793 is #90B86C. Grayscale: #5B5B5B. Windows color (decimal): -9484397 or 9652079. OLE color: 9652079.

HSL color Cylindrical-coordinate representation of color #6F4793: hue angle of 271.58º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F4793 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11171147-
CMYK0.240.5200.42
HSL271.58º34.86%42.75%-
HSV(B)271.58º51.7%57.65%-
XYZ14.089.9928.79-
YUV91.62159.25141.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.74%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=33.74%
G=21.58%
B=44.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111711470.240.5200.42271.5834.8642.75
Hex6F4793183402A110232b
Octal15710722330640524204353
Binary1101111100011110010011110001101000101010100010000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,71,147); }

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

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

 a { background-color: rgb(111,71,147); }

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

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

 span { border-color: rgb(111,71,147); }

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