#6F057B

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

Shades of Purple #6F057B

Tints of Purple #6F057B

Color information

#6F057B (or 0x6F057B) is unknown color: approx Purple. HEX triplet: 6F, 05 and 7B. RGB value is (111,5,123). Sum of RGB (Red+Green+Blue) = 111+5+123=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F057B is #90FA84. Grayscale: #313131. Windows color (decimal): -9501317 or 8062319. OLE color: 8062319.

HSL color Cylindrical-coordinate representation of color #6F057B: hue angle of 293.9º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F057B is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1115123-
CMYK0.100.9600.52
HSL293.9º92.19%25.1%-
HSV(B)293.9º95.93%48.24%-
XYZ10.184.9219.15-
YUV50.15169.12171.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 5 (2.34% from 255) = 2.09%
BLUE value IS 123 (48.44% from 255) = 51.46%
R=46.44%
G=2.09%
B=51.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11151230.100.9600.52293.992.1925.1
Hex6F57BA600341265c19
Octal15751731214006444613431
Binary11011111011111011101011000000110100100100110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,5,123); }

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

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

 a { background-color: rgb(111,5,123); }

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

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

 span { border-color: rgb(111,5,123); }

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